Integer representation of the day of the month
Return value
integer
File
- drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/Date.php, line 128
Class
- EasyRdf_Literal_Date
- Class that represents an RDF Literal of datatype xsd:date
Code
public function day() {
return (int) $this
->format('d');
}