As the Workspace Administrator or Solution Manager I would like the ability to create a formula so that I can format a date as text
Acceptable Criteria (ex. date = 01/03/2022)
  • text syntax should allow for one digit format month and day (m, d, = 1, 3
  • text syntax should allow for two digit version for month day and year (MM, DD, YY = 01, 03, 22), including leading zero
  • text syntax should allow for three digit format for month and day( MMM, DDD = Jan, Mon)
  • text syntax should allow for four digit format for Month day and Year (MMMM, DDDD,YYYY = January, Monday, 2022)
  • Text Syntax should allow for any order or combination of day, month year and punctuation
Examples: 01/03/2022
  • Text(Date,"MMDDYYYY" = 01032022
  • Text(Date,"YYYYMMDD" = 20220103
  • Text(Date,"MM/DD/YYYY" = 01/03/2022
  • Text(Date,"MMM DD, YYYY" = Jan 03, 2022