Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I have a form that contains a Datepicker and in the email that is sent on submission the date is formatted with a time.
How do I remove the time from the date?
Thanks
Hi Dylan!
You could do like this:
dateTimePickerValue.ToString("dd. MMMM yyyy")
Have a look over at Microsoft for more examples: https://msdn.microsoft.com/en-us/library/8kb3ddd4(v=vs.110).aspx
I think you would have to create a custom workflow to alter the data that is sent from Umbraco forms. This post should help you with that: https://our.umbraco.org/forum/umbraco-pro/contour/61278-Umbraco-Forms-Adding-a-Custom-Workflow#comment-232078
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Remove Time from Datepicker date in email
Hi,
I have a form that contains a Datepicker and in the email that is sent on submission the date is formatted with a time.
How do I remove the time from the date?
Thanks
Hi Dylan!
You could do like this:
Have a look over at Microsoft for more examples: https://msdn.microsoft.com/en-us/library/8kb3ddd4(v=vs.110).aspx
I think you would have to create a custom workflow to alter the data that is sent from Umbraco forms. This post should help you with that: https://our.umbraco.org/forum/umbraco-pro/contour/61278-Umbraco-Forms-Adding-a-Custom-Workflow#comment-232078
is working on a reply...