Skip to content
Snippets Groups Projects
  • Jared Hancock's avatar
    forms: Fix search by datetime fields · 5ebebbbc
    Jared Hancock authored
    This changes the storage model for datetime fields and stores them in the
    same format as the MySQL `datetime` column type. This allows for the
    searching code to be consistent when searching the database for
    datetime custom form entry data.
    5ebebbbc