Views:

Product: LABELVIEW, CODESOFT

Version: All Versions

 

FormatDate(«date», «dateFormat»): Converts «date» to a string formatted according to «dateFormat». Input date is in the format of m/d/yyyy.

 

Example:
FormatDate("5/9/2023", "mm/dd/yyyy") = 05/09/2023
FormatDate("9/21/2023", "ddmmyy") = 210923