I have been playing around with this for a while and do not seem to be arriving at a correct solution.
I have a float variable storing dates of the format '%tm.. '. For example, one value is 'November 2005', another is 'March 2006', that is, there is a space between the month and year and there is no date.
I want to convert the variable into a proper date format. I played with the substr() and tostring() options for a while, but to no avail.
Any ideas would be very much appreciated.
I have a float variable storing dates of the format '%tm.. '. For example, one value is 'November 2005', another is 'March 2006', that is, there is a space between the month and year and there is no date.
I want to convert the variable into a proper date format. I played with the substr() and tostring() options for a while, but to no avail.
Any ideas would be very much appreciated.

Comment