Forum Discussion

liz_dooley's avatar
liz_dooley
Advocate I
8 years ago
Solved

Make a Date Function

Hey guys, so I am trying to create a static date. We take snapshots of our data every quarter and I need to create a date for the day the snapshot was taken. We use age and have age groups and I woul...
  • Greg_Deckler's avatar
    8 years ago

    There is the DATE function. If you want January 2nd, 2018 it would be:

     

    MyDate = DATE(2018,1,2)