I have a field that is a bunch of integers formatted like so:
92014
102014
I would like to convert the field into a datetime
of the first of each month. So the newly formated field would be:
9/01/2014 00:00:00
10/01/2014 00:00:00
(or however datetimes would actually get formatted). Can anyone help?
This is how you can accomplish this in an expression: