Reference FQL API reference Date dayOfMonth dayOfMonth Get the day of the month from a Date. Signature dayOfMonth: Number Description Extracts the day-of-month from the instance date. Return value Type Description Number Day of month. Examples Date('2099-02-10').dayOfMonth 10 Date dayOfWeek