GFTime/GFTimefrm.frm

VERSION 5.00
Begin VB.Form GFTimefrm
   Caption         =   "Form1"
   ClientHeight    =   3075
   ClientLeft      =   60
   ClientTop       =   465
   ClientWidth     =   4710
   LinkTopic       =   "Form1"
   ScaleHeight     =   3075
   ScaleWidth      =   4710
   StartUpPosition =   3 'Windows‑Standard
   Begin VB.CommandButton Command1
      Caption         =   "Command1"
      Height          =   435
      Left            =   3000
      TabIndex        =   0
      Top             =   2640
      Width           =   1695
   End
End
Attribute VB_Name = "GFTimefrm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

Private Sub Command1_Click()
    'on error resume next
    Debug.Print GFTime_GetFormattedDate
    Debug.Print GFTime_GetFormattedTime
End Sub


[END OF FILE]