ProcessMaker / screen-builder

A VueJS powered Form Builder that produces compatible JSON for our vue-form-renderer
42 stars 28 forks source link

Date / Time Masking #511

Open velkymx opened 4 years ago

velkymx commented 4 years ago

Date / Date Time masking doesn't work properly. Need to start over.

Default format should follow the standard date time format (yyyy-mm-dd)

System will make changes to the Date and Date/Time display formatting based on the localization information provided by the User (in User profile).

The data object should contain the RAW date using UTC time and be converted to local time as part of the display.

Date will always be stored as a string variable.

Date / Time will always be stored as a string variable.

chipit24 commented 4 years ago

On hold, needs clarification and prioritization.