Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: tris9000hi,
my data has a string date as "Jan 2015". I'm using the following script to convert this string into a date:
emit 'Month'.date("m CY") as "Month"
However, the date returned is actually a month earlier than it should be (so my Jan 2015, becomes 31/12/2014). It seems to be automatically creating the last day in the month, which isn't a problem to me
Any help, greatly appreciated
Best regards
Tris