I have not been successful in getting the timestamp to work with NB6 ...
simply shows the timestamp with the word "now" at the top of the notification.
I need it to show the date and time the notification was generated. I've tried a variety of date and time functions with the n.ShowWhen with no success.
Does anyone have any insights?
Using the latest version of B4A with sdk34.
n.Show:
n.ShowWhen(DateTime.Now)
I need it to show the date and time the notification was generated. I've tried a variety of date and time functions with the n.ShowWhen with no success.
Does anyone have any insights?
Using the latest version of B4A with sdk34.