Getting wrong formatted date when we are using dateFormat function since Jan 31 2025


What
To add more detail, I will add an excerpt from my snippet documentation - please check the link:
Description: returns a datetime as a string, formatted in a specific way
The format used is the one from the joda library, and specific examples can be seen at http://www.joda.org/joda-time/apidocs/org/joda/time/format/DateTimeFormat.html
Example Usage (we get the current date and we output as a string, formatted in a specific format):
// dateValue:DATETIME
var dateValue = new Date();
// dateFormat(dateValue:DATETIME, dateFormat:STRING):STRING
var result = dateFormat(dateValue, "yyyy-MM-dd HH:mm:ss");
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.