35
Views
2
Comments
Solved
Currdate to String
Question
I have to export an excell file, the filename needs to be like
2016.04.13-Report.xls

First 10 characters are Currdate(), so I have to change the currdate() format only in this case.

Is it possible? How can i do it?

Thanks
2016-04-21 20-09-55
J.
 
MVP
Solution
checkout formatdatetime in the text-exension.

btw, don't use dots as seperator..
2018-05-29 14-06-07
Marinella Mastrosimone
thanks!
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.