Hi there,
Is there anybody knows how can I save not latin dates in Oracle? I mean for example: Jalali(shamsi) calender or Arabic Calender(Hijri) instead of using Julian Calendar.
Currently we do this by saving this dates in varchar type and another equivalent Latin datetime(e.g. 2 columns).We perform operations on Latin and then manipulate the varchar column and ofcourse application always will see this varchar column.
-Thanks alot