Date getDate()
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Returns | Description |
---|---|
Date | date value of a DateTime object |
Get a Date object from a DateTime object. The DateTime object is returned from the IO.getDateTime() method.
Note
Example
DateTime myDateTime = IO.getDateTime();
Date myDate = myDateTime.getDate();
Console.println("stored month: " + myDate.getMonth());
See also:
Copyright © demmel products gmbh. All rights reserved.