Date()

Returns the system date (no time information).

Script: 
Sub Main
	'return the current date
	MsgBox Date()
End Sub

IDEAScript Language: