Rosh
2012-07-12 06:16:38 UTC
Hi Experts,
I wanted help with converting Hijri Date to Gregorian Date and visa
versa in Sybase.
A lot of googling helped me find how to do it in Oracle,
select to_char(sysdate,'DD/MM/YYYY','NLS_CALENDAR=''Arabic
Hijrah''') ,to_char(sysdate,'DD/MM/
YYYY','NLS_CALENDAR=''Gregorian''')
from dual
If any one has any clue how it can be done in Sybase will be greatly
appreciated.
Cheers,
Rosh
I wanted help with converting Hijri Date to Gregorian Date and visa
versa in Sybase.
A lot of googling helped me find how to do it in Oracle,
select to_char(sysdate,'DD/MM/YYYY','NLS_CALENDAR=''Arabic
Hijrah''') ,to_char(sysdate,'DD/MM/
YYYY','NLS_CALENDAR=''Gregorian''')
from dual
If any one has any clue how it can be done in Sybase will be greatly
appreciated.
Cheers,
Rosh