Harbour Reference Guide

 

EOY()

Gets the last date of the year.

Syntax

EOY( <dDate> ) --> dEOY

Arguments

<dDate> A valid date.

Returns

<dEOY> The last date of the year.

Description

This function returns the last date of a given year date.
Examples
      ? EOY( DToC( "01/01/2000" ) ) -> "31/12/2000"
      ? EOY( DToC( "01/01/2001" ) ) -> "31/12/2001"
Status

Ready

Compliance

This function is new in Harbour.

Platforms

All

Files

Library is libmisc

See Also

 




[Source Forge]

Other Docs Categories

Advantage Database RDD
Array
Binary conversion
Classes
Code Block
Console input
Conversion
Conversion Tools
DOS
Data input and output
Database
Database Tools
Date
Dos Tools
Environment
Error recovery
Events
File management
GT
Harbour Tools
Internal
Low Level
Math
Misc
Miscellaneous
Nation
Object manipulation
Operating System Specific
Parameter Checks
String Tools
Strings
TBrowse Method
TBrowse class
Terminal
Time
Utility
Variable Management

 

Last updated on 2001/07/30