Hi Everyone, Using the code below, is there a way to have GetHour and GetMinute display a "0" in front of the string if the returned value is...
adpUserBirth is an AnotherDatePicker: Sub adpUserBirth_DateChanged (NewDate As Long) DateTime.DateFormat = "MM/dd/yyyy" ' just to be sure...
Using the latest DateUtils library, 1.05. Running this code: Dim lDate As Long lDate = DateUtils.SetDate(1970,1,1) Log(lDate) I expect this...