613-518-1166 info@zimdatabases.com

ZIM Language Reference

$day

< All Topics

$day

Extracts the day number associated with a specified date value.

Syntax

$day(date)

Parameters

date

a data, or an expression that evaluates to a date, in the form YYYYMMDD

Return Value

Character string.

Comments

This function extracts day information from standard date values. Date is often the system variable $Date.

Example

$day(19981225)

Evaluates to “25”.

$day($date+7)

Evaluates to “1” when $Date is 19991225.

 

See Also

$adddays

$Date

$dayname

$month

$monthname

$weekday

$year

About Data Types

About Functional Expressions

Was this article helpful?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
How can we improve this article?
Table of Contents