sql - Does Mysql support Ethiopian calendar/ Ethiopian date time -


is there concept in mysql localize date time function. need date time in ethiopian format. or atleast mysql conversion function displays datetime respect ethiopian date time.

no, can not. in mysql, proleptic gregorian calendar used - , there no other formats. means there no native ways produce such conversions.

however, can create own output conversion. this, need know both calendars. there on-line convertors can use examples. store dates in gregorian (i.e. mysql internal) format, convert them in application need.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

java.util.scanner - How to read and add only numbers to array from a text file -

iphone - Three second countdown in cocos2d -