Forum Discussion

Migscruz's avatar
Migscruz
Helper I
4 years ago
Solved

Convert day date into number

Hi!   I need help with this please:   I have a a column in a table that shows me the day/month/year. I would like to transform it into a number considering the day of the month:   Example: ...
  • rsbin's avatar
    4 years ago

    Migscruz,

    Try:

    DayofMonth = Day[Date]

     

    Regards,