snsokstan 0 Posted December 1 This snippet returns a string from current year to current second. {date:yyyyMMddhhmmss} example: 20191201162013 Can it be formatted to include milliseconds? appending "mmm" or ".mmm" does not do that. Quote Share this post Link to post
Vero 366 Posted December 2 @snsokstan Take a look at the Unicode date formats here and search for milliseconds for more details of how you should format your date: http://www.unicode.org/reports/tr35/tr35-31/tr35-dates.html#Date_Format_Patterns There's both fractional seconds and milliseconds in day, so take a look at what you prefer and their respective formats. Cheers, Vero Quote Share this post Link to post