Bound Date in Date Input( Labs)

Hi ,

I am using date input quickform. I want to set the earliest and latest date in it using flow variables Min and Max.While trying to do the same , I am getting error - "Could not parse date format" .The min and max date I am trying to set are in YYYY-MM-DD format.

Any help would be appreciated.Thanks

Hi,

when using flow variables, it is expected that the format is always yyyy-MM-dd;HH:mm even if you are using just the date option. So if you apend ;00:00 to your flow variable it should work.

Thanks a lot :)