[Gambas-user] Storing system date and time

KKing kicking177 at gmail.com
Wed Jun 19 20:11:51 CEST 2019


I want to trap the current date and time it then gets used as the 
transaction date time stamp which is used many times requiring a variety 
of formatting needed for display and some file exports.

But if I do the following dteNow contains the current date but the time 
is 00:00:00. How can I hold the date and time?

     Dim dteNow as Date
     dteNow = Date

K.




More information about the User mailing list