Magento custom module date field saving date to one day before the selected date

后端 未结 8 1672
刺人心
刺人心 2021-01-25 05:08

i followed steps on this link to add a date field to my custom module :

http://magentomechanic.blogspot.com/2010/01/to-add-custom-date-field-in-custom.html

Every

8条回答
  •  独厮守ぢ
    2021-01-25 05:50

    print_r() your data in controller and exit before saving it and look if you are still getting the right data before saving it. I never had this issue but it seems to be issue of your time zone.

提交回复
热议问题