Rob van der Woude's Scripting Pages
Powered by GeSHi

Source code for sortdate_php.bat

(view source code of sortdate_php.bat as plain text)

  1. :: https://www.robvanderwoude.com/batchphp.php
  2. :: Returns the current date and time in YYYYMMDD HHmmss format
  3. @PHP.EXE -r "print(date(\"Ymd His\"));"
  4.  

page last modified: 2024-04-16; loaded in 0.0164 seconds