I am using This timestamp shows in the format "dd-MM-yyyy hh: mm: ss". Instead, how do I get a timestamp in "yyyy-MM-dd hh: mm: ss"? Format? Try it with: DateTime.Now in my code macro to show the current timestamp .
format (now (), "yyyy-MM-dd hh : Mm: ss ")
Comments
Post a Comment