Line 3: | Line 3: | ||
[[Category:Action_Library]] | [[Category:Action_Library]] | ||
− | ;Description: Action used to | + | ;Description: Action used to convert timestamp (numerical value) from certain widget to human readable format. |
;Action returns: void | ;Action returns: void | ||
Line 10: | Line 10: | ||
=== === | === === | ||
− | ;<code> </code> | + | ;<code>[gn:act_convertTimestampToFormat]|[@+id/sourceWidget,@+id/targetWidget,format]</code> |
{| class="wikitable sortable" style="font-size: 85%; text-align: left;" | {| class="wikitable sortable" style="font-size: 85%; text-align: left;" |
Revision as of 14:38, 3 March 2017
gn:act_convertTimestampToFormat
- Description
- Action used to convert timestamp (numerical value) from certain widget to human readable format.
- Action returns
- void
Action signatures
[gn:act_convertTimestampToFormat]|[@+id/sourceWidget,@+id/targetWidget,format]
Parameter | Description |
---|---|
parameterSource | source from where the while action is using value as expression parameter |
comparedSource | source from where the while action is using value as expression comparsion parameter |
Example
-
-
gn:act_convertTimestampToFormat
gn:act_convertTimestampToFormat
is used to convert timestamp (numerical value) from certain widget to human readable format.
- Can be used on widgets
- any widget
- Event trigger for action
- no event, must be used in action set or conditional action.
- Can be used as
- a no event action
- Additional required attributes on bound widget
- none
- Additional required attributes on other widgets
- none
Action signature
[gn:act_convertTimestampToFormat]|[@+id/sourceWidget,@+id/targetWidget,format]
Value field content
sourceWidget
- defines widget from which data is retrieved for conversion.
- Currently implemented for:
GnEditText
– value inGnEditText
must be timestamp
targetWidget
- widget into which converted timestamp will be stored.
- Currently implemented for:
format
- acceptable formats can be found here
- i.e.
"dd.MM.yyyy hh:mm"
- i.e.