Previous Topic

Next Topic

Inhoudsopgave

Book Index

IsahDBDate Function

Function Function IsahDBDate( Year: Integer, Month: Integer, Day: Integer ): String

Description

Converts a specified year, month and day to a date. The date will be formatted according to the following date format: YYYYMMDD.

Example

Sub Main()

MsgBox IsahDBDate( 1999, 10, 14 )

End Sub