Skip to main content
Solved

Date format in FSM

  • September 25, 2023
  • 2 replies
  • 103 views

Forum|alt.badge.img+7

Is it possible to change the date format to not include time? For example we are trying to change the “Planned Start Date” for a task so that it only requires a data not a date and time.

Best answer by Shneor Cheshin

Hey @IGMIGMIMXMD 

Please note that after the changes the value is still saved as date/time in the DB.

You will need to

  • Change the custom metadata to be mask type of DATEONLY
  • Update the same in the UI designer

 

 

 

Result

 

Cheers!

2 replies

Shneor Cheshin
Superhero (Employee)
Forum|alt.badge.img+28
  • Superhero (Employee)
  • 1183 replies
  • Answer
  • September 25, 2023

Hey @IGMIGMIMXMD 

Please note that after the changes the value is still saved as date/time in the DB.

You will need to

  • Change the custom metadata to be mask type of DATEONLY
  • Update the same in the UI designer

 

 

 

Result

 

Cheers!


Forum|alt.badge.img+7
  • Author
  • Sidekick (Customer)
  • 22 replies
  • September 26, 2023

Is it possible to change the date format to not include time? For example we are trying to change the “Planned Start Date” for a task so that it only requires a data not a date and time.

 

Brilliant, thanks for your help.