Fix Inconsistent Date Format with $$ORDERDATE$$ and $$QUOTEEXPIRATION$$ Merge Codes
CompletedOn our printable quotes we use the aforementioned merge codes. The $$ORDERDATE$$ merge renders a textual date while the $$QUOTEEXPIRATION$$ merge renders it as dd/mm/yyyy
Ideally we would have a consistent way to render the date formats

-
Official comment
Date formatting options for new merge codes ##ORDERDATE## & ##QUOTEEXPIRATIONDATE## are now available with the ability to use date modifiers like so:
##ORDERDATE[yyyy]## = 2010
##ORDERDATE[yyyy/MM/dd]## = 2010/08/30
##ORDERDATE[yyyy/MM/dd hh:mm]## = 2010/08/30 09:45
Each merge code should be applicable to all date and time modifiers :)
-
What would be really cool is having the ability to give an optional argument to any merge code that outputs a date with formatting options (e.g. $$ORDERDATE[m.d.y]$$ )
1
Please sign in to leave a comment.
Comments
2 comments