/var/www/vhosts/nabawater/vendor/fzaninotto/faker/src/Faker/Provider/cs_CZ
NameSizeModeActions
Address.php92860664editdlrm
Company.php36070664editdlrm
DateTime.php17280664editdlrm
Internet.php3270664editdlrm
Payment.php6680664editdlrm
Person.php353360664editdlrm
PhoneNumber.php2670664editdlrm
Text.php5188600664editdlrm
Edit: /var/www/vhosts/nabawater/vendor/fzaninotto/faker/src/Faker/Provider/cs_CZ/DateTime.php (1728B)
format('w')]; } /** * @param \DateTime|int|string $max maximum timestamp used as random end limit, default to "now" * @return string * @example '2' */ public static function dayOfMonth($max = 'now') { return static::dateTime($max)->format('j'); } /** * Full date with inflected month * @return string * @example '16. listopadu 2003' */ public function formattedDate() { $format = static::randomElement(static::$formattedDateFormat); return $this->generator->parse($format); } }