Home » Developer & Programmer » Application Express, ORDS & MOD_PLSQL » persian calendar
persian calendar [message #667241] Sun, 17 December 2017 00:52 Go to next message
mehr
Messages: 3
Registered: October 2017
Junior Member
Hi Friends
I work on apex.I have a region that type is calendar.
I want This calendar be in persian calendar.my boss doesn't want change database nls so I just can change apex nls.
I change nls in Shared Components>>security>>database session with this code:

BEGIN
EXECUTE immediate 'ALTER SESSION SET NLS_CALENDAR=PERSIAN';
EXECUTE immediate 'ALTER SESSION SET NLS_DATE_FORMAT=''YYYY/MM/DD''';
END;

but it doesn't work.
I'm new in apex.can you help me please?
Thanks
Re: persian calendar [message #667242 is a reply to message #667241] Sun, 17 December 2017 01:16 Go to previous messageGo to next message
John Watson
Messages: 8922
Registered: January 2010
Location: Global Village
Senior Member
Moderator note: this topic appears to come from an address used by an anonymous proxy server.
Re: persian calendar [message #667243 is a reply to message #667242] Sun, 17 December 2017 06:11 Go to previous messageGo to next message
Michel Cadot
Messages: 68624
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator

The IP is registered to Hurricane Electric, Fremont, CA, USA; the request most likely comes from behind a firewall/proxy server (which could be an enterprise one).
Note that OP did not feedback in his previous topic.

Re: persian calendar [message #667246 is a reply to message #667243] Sun, 17 December 2017 12:46 Go to previous messageGo to next message
Littlefoot
Messages: 21806
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Here's a Persian mini calendar plugin; have a look.
Re: persian calendar [message #667248 is a reply to message #667246] Mon, 18 December 2017 00:56 Go to previous message
mehr
Messages: 3
Registered: October 2017
Junior Member
yes,when have item that type is datepicker this plugin is useful but I have region that type is calendar so plugin doesn't work
Previous Topic: Jasper ireport not created file JasperReportsIntegration.xml automaticlly
Next Topic: Export XML
Goto Forum:
  


Current Time: Thu Mar 28 03:38:58 CDT 2024