How to store the time and date of a message received?

magnum

New member
I have a macro that send my bank balance from message received to KWGT widgets, i want to add the time and date of message received, like "available balance as of 12:45 14/04"
Is it possible to do it?
Thank you.1000009997.jpg
 

magnum

New member
Trigger a macro when receiving the notification and catch current time.
I just created a set variable as timeanddate locally and given the value as {hour12}:{minute}{am_pm} {dayofmonth}/{month_digit},
And send it to kwgt but instead of sending the value, it is sending the variable name "timeanddate",
What am i missing here?
Help!
 

Dm114

Well-known member
I just created a set variable as timeanddate locally and given the value as {hour12}:{minute}{am_pm} {dayofmonth}/{month_digit},
And send it to kwgt but instead of sending the value, it is sending the variable name "timeanddate",
What am i missing here?
Help!
I guess it's a matter of syntax:
- in the field called Tasker String enter {lv=timeanddate}
- in the field called Variable Kustom enter the name you gave to this Global variable in KWGT
 

magnum

New member
I guess it's a matter of syntax:
- in the field called Tasker String enter {lv=timeanddate}
- in the field called Variable Kustom enter the name you gave to this Global variable in KWGT
Thanks man!
now it is working perfectly.
 
Top