I have a solar date picker and it give me a date like this format : 15/02/1394
I want to save this date in my database...
I have a date field in my database. when I try to save date , it saved like this :0000-00-00
how can save this date?
and:
what is true?
1.save date with this format 15/02/1394
2.convert it to for example 2015-5-5
@bobbybouwmann , yes , I am Iranian. we work with solar date. for example today is 20/02/1394.
and now it is my problem that can I save my date with this format or must convert?