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
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
Copyright © 2021 Jogjafile Inc.
You can either change the property to just
Date, without the time element, or you can useToString()method for theDateTimewithin C#: https://msdn.microsoft.com/en-us/library/zdtaw1bw(v=vs.110).aspxThe format without time would look something like this: