public function RoomsEventInterface::startDay in Rooms - Drupal Booking for Hotels, B&Bs and Vacation Rentals 7
Returns the booking start day.
Parameters
string $format: The format string to return.
Return value
string The day formatted string.
1 method overrides RoomsEventInterface::startDay()
- RoomsEvent::startDay in includes/
rooms.event.inc - Returns the booking start day.
File
- includes/
rooms.event_interface.inc, line 50
Class
- RoomsEventInterface
- Class RoomsEventInterface The basic rooms event interface.
Code
public function startDay($format = 'j');