Forum Moderators: coopster

Message Too Old, No Replies

Date type

         

orion_rus

6:09 pm on Feb 4, 2006 (gmt 0)

10+ Year Member



Hello world, i need to make a date field but it should be like month-day, not more, as this possible to realize in a DB to make search and so on?

coopster

7:47 pm on Feb 4, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



To the best of my knowledge there is no MONTHDAY column type (as a standard). Your options are endless though. You could have a single column of four positions mmdd of type numeric or string, numeric being the more likely option especially for search/comparisons. Another option would be to have the two as separate columns.