Friday 7 August 2015

DYNAMIC DATE RANGE IN APEX DATEPICKER

Using this method you can set the range of selectable dates by entering a Minimum and Maximum Date value  dynamically “real-time”.

Step 1: Create a Page Item (Example: “P101_DATE”).

Step 2: Go to Settings -> Minimum Date 

     In Minimum Date valid condition has to be specified.
      Minimum Date Conditions are (..+3d,+2d,+1d,+0d,-1d,-2d,-3d..)
+0d   => It will display Both SYSDATE as well as all the future following the sysdate.
-10d    => It will display 10 days, which are below the sysdate (Sysdate is not accounted).

Example 1: (Minimum Date Condition)



OUTPUT:




















Example 2:





















 OUTPUT:






2 comments: