You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a field in JSON which may either just have a DATE in yyyy-MM-dd format or DATETIME in yyyy-MM-dd HH:mm:ss format. Similar to java.time.format.DateTimeFormatterBuilder where we can append optional formats to a base format, is there any way to do the same in everit without defining our own custom date format validator or any other code changes?