Hi Guys,
I want to save my file this format Filenanme +“YYYYMMDDHHMMSS”+“.pdf”,
But when i try this it was not working.
Thank you in advance.
Hi Guys,
I want to save my file this format Filenanme +“YYYYMMDDHHMMSS”+“.pdf”,
But when i try this it was not working.
Thank you in advance.
Gemlan,
Thank you for response.
But it is not working. when i try this format , it is showing syntax error.
Hi @vasanthbalan may can you screen cap the syntax error?
Try dis…
DateTime.Now().ToString(“yyyyMMddhhmmss”)+“.pdf”
Use this below code, @vasanthbalan
Now.ToString(“yyyyMMddHHMMss”).
Hope this may help you
Its working as expected.