Jump to content

[SOLVED] store date problem


itazev

Recommended Posts

Hey there!

 

I started with mysql a few days ago and now I don't know how to insert data in a DATE filed type

 

mysql> insert into employee values (NULL, 'Jeferson', date('15/02/2003'), 'Accoun

tant', '500.25', '1', '42');

 

All the values are stored normally except when I try to store it with the date.

(I tried a search but i get more confused yet)

 

Thank you for any information!

Link to comment
https://forums.phpfreaks.com/topic/45618-solved-store-date-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.