How do I convert a string to date? for example 2024-10-25 to timestamp
My JIRA API returns a field with customfield for example
entry.jiraissue.fields.customfield_24100 returns 2014-10-25 as a string.
I'd like to convert it to a date field in confiforms by setting:
date=[entry.jiraissue.fields.customfield_24100] and it doesn't work.
Thanks.
date=[entry.jiraissue.fields.customfield_24100.parseDate(yyyy-MM-dd).timestamp]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.