func_system_currentdate.rst 461 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .. _func_system_currentdate:
  2. ===========
  3. CurrentDate
  4. ===========
  5. CurrentDate -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. CurrentDate$()
  10. Get current date
  11. Returns the current date in the format: DD MON YYYY (i.e. 10 DEC 2000).
  12. Parameters
  13. ==========
  14. Return Values
  15. =============
  16. The current date as a string
  17. Examples
  18. ========
  19. .. code-block:: blitzmax
  20. ' currentdate.bmx
  21. Print "The date is "+CurrentDate$()
  22. See Also
  23. ========