XPath Day-from-DateTime

Last modified: February 13, 2024

1 Overview

The day-from-dateTime() function extracts the day of the month value from a Date and time attribute so it can be used to compare to a value.

2 Example

This query returns all the logs where DateAttribute is the 30th day of the month (for example, “2011-12-30”):

1
//Logging.Log[day-from-dateTime(DateAttribute) = 30]