Hi,
Is it possible to convert a date (not necessarily the current date) to a yyyyMMdd (i.e. CCYYMMDD) and it not being a String but a DateTime variable type?
Also, is is possible to convert a time (again, not necessarily the current time) to a HH:mm (i.e. 24 hour) and it not being a String but a DateTime variable type as well?
I got both of these working with strings and doing a String.Format but they do not do into a DateTime field. And I am not even seeing anything in the Date method for anything that supports provided input.
Am I just missing something here?
Any assistance would be greatly appreciated!
Start Free Trial