Support

Account

Home Forums General Issues 1970 date problem php version :5.3.29 Reply To: 1970 date problem php version :5.3.29

  • That code is assuming your get_field('exhibitionstartdate') is in the format yyyymmdd. If you do:

    
    echo get_field('exhibitionstartdate');
    

    What is the output?