/home/techb158/exp.abdallabala.com/vendor/fzaninotto/faker/src/Faker/Provider/cs_CZ
NameSizeModeActions
Address.php92860644editdlrm
Company.php36070644editdlrm
DateTime.php17280644editdlrm
Internet.php3270644editdlrm
Payment.php6680644editdlrm
Person.php353360644editdlrm
PhoneNumber.php2670644editdlrm
Text.php5188600644editdlrm
Edit: /home/techb158/exp.abdallabala.com/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); } }