Android Question NB6 Library and Timestamp

GuyBooth

Active Member
Licensed User
Longtime User
I have not been successful in getting the timestamp to work with NB6 ...
n.Show:
n.ShowWhen(DateTime.Now)
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.
 
Top