@ECHO OFF
: Sets the proper date and time stamp with 24Hr Time for log file naming
: convention
SET HOUR=%time:~0,2%
SET dtStamp9=%date:~-4%%date:~4,2%%date:~7,2%_0%time:~1,1%%time:~3,2%%time:~6,2%
SET dtStamp24=%date:~-4%%date:~4,2%%date:~7,2%_%time:~0,2%%time:~3,2%%time:~6,2%
if "%HOUR:~0,1%" == " " (SET dtStamp=%dtStamp9%) else (SET dtStamp=%dtStamp24%)
ECHO %dtStamp%
PAUSE
Oracle Tutorial, We have covered all Oracle articles which includes Oracle Database, Application, Framework, Oracle HRM, ADF Training and Financial Training. Further more we have queries and scripts for Oracle EBS Modules.
Monday, 10 February 2020
Format date and time in a Windows batch script
Subscribe to:
Post Comments (Atom)
How To: Remove all rows from view object (VO) in OAF & ADF
This is the basic requirement when we are working with oracle OAF. In which we need to removed the all rows from the table. The best use ca...
-
Create Type Loop_Type is table of Varchar2(400) Create or Replace Function Find_Loop_F (P_End_loop in NUmber Default 10) Return Loop_Typ...
-
Run JavaScript Method in Java / ADF & OAF ** it is not Oracle standard. Example Code : try { ScriptEngineManager manager ...
-
The exact lines of Developers’ guide for use JavaScript are as follows: “UIX and the OA Framework are rapidly adding new features to provide...
No comments:
Post a Comment