Skip to content
vivin edited this page Jul 19, 2012 · 2 revisions

Overview

regula.DateFormat is similar to an enum, and provides a safer way to refer to date formats instead of using a string literal.

Available types:

  • DMY – Represents a date format that has the date, followed by the month, followed by the year.
  • MDY – Represents a date format that has the month, followed by the date, followed by the year.
  • YMD – Represents a date format that has the year, followed by the month, followed by the date.
Clone this wiki locally