Support

Account

Home Forums General Issues Query not running as expected Reply To: Query not running as expected

  • It you are going to do date formatting yourself then you should set the return format to a valid PHP date format. I generally use ‘Y-m-d’.

    ‘Ymd’ is not a valid date format for strtotime() or any of the other PHP function that take date values.