XavierAndreu

Obtener Fecha hora

Nov 21st, 2022
801
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. //Youtube--> https://www.youtube.com/watch?v=7jACoZZEvF4
  2.  
  3. void OnInit()
  4. {
  5.  
  6. Comment("Local Fecha Total : ",TimeLocal(),
  7. "\nLocal Fecha : ",TimeToString(TimeLocal(),TIME_DATE),
  8. "\nLocal Minuto : ",TimeToString(TimeLocal(),TIME_MINUTES),
  9. "\nLocal Segundo : ",TimeToString(TimeLocal(),TIME_SECONDS),
  10.  
  11. "\n\nActual Fecha Total : ",TimeCurrent(),
  12. "\nActual Fecha : ",TimeToString(TimeCurrent(),TIME_DATE),
  13. "\nActual Minuto : ",TimeToString(TimeCurrent(),TIME_MINUTES),
  14. "\nActual Segundo : ",TimeToString(TimeCurrent(),TIME_SECONDS)
  15. );
  16. }
Advertisement
Add Comment
Please, Sign In to add comment