Searched refs:strftime (Results 1 – 10 of 10) sorted by relevance
/dokuwiki/vendor/php81_bc/strftime/ |
D | example.php | 4 use function PHP81_BC\strftime; alias 7 echo strftime('%Y-%m-%d %H:%M:%S'), PHP_EOL; 8 echo strftime('%Y-%m-%d %H:%M:%S', $date), PHP_EOL; 9 echo strftime('%Y-%m-%d %H:%M:%S', strtotime($date)), PHP_EOL;
|
D | README.md | 1 … Workflow](https://github.com/alphp/strftime/actions/workflows/php.yml/badge.svg)](https://github.… 2 … license](https://img.shields.io/github/license/alphp/strftime)](https://github.com/alphp/strftime… 3 … release](https://img.shields.io/github/release/alphp/strftime)](https://github.com/alphp/strftime… 4 …t](https://img.shields.io/packagist/v/php81_bc/strftime)](https://packagist.org/packages/php81_bc/… 5 …](https://img.shields.io/packagist/dt/php81_bc/strftime)](https://packagist.org/packages/php81_bc/… 6 …ub issues](https://img.shields.io/github/issues/alphp/strftime)](https://github.com/alphp/strftime… 7 …tHub forks](https://img.shields.io/github/forks/alphp/strftime)](https://github.com/alphp/strftime… 8 …tHub stars](https://img.shields.io/github/stars/alphp/strftime)](https://github.com/alphp/strftime… 10 # strftime chapter 11 Locale-formatted strftime using IntlDateFormatter (PHP 8.1 compatible) [all …]
|
/dokuwiki/inc/Feed/ |
D | FeedParserItem.php | 8 use function PHP81_BC\strftime; alias 22 return strftime($date_format, $date);
|
/dokuwiki/vendor/php81_bc/strftime/src/ |
D | AbstractLocaleFormatter.php | 3 namespace PHP81_BC\strftime;
|
D | DateLocaleFormatter.php | 3 namespace PHP81_BC\strftime;
|
D | php-8.1-strftime.php | 10 use PHP81_BC\strftime\DateLocaleFormatter; 11 use PHP81_BC\strftime\IntlLocaleFormatter; 33 function strftime (string $format, $timestamp = null, ?string $locale = null) : string { function
|
D | IntlLocaleFormatter.php | 3 namespace PHP81_BC\strftime;
|
/dokuwiki/ |
D | composer.lock | 326 "name": "php81_bc/strftime", 330 "url": "https://github.com/alphp/strftime.git", 335 …"url": "https://api.github.com/repos/alphp/strftime/zipball/dcd30543db16c9b4ba095f6bf32ac16f15eb94… 351 "src/php-8.1-strftime.php" 354 "PHP81_BC\\strftime\\": "src" 364 "homepage": "https://github.com/alphp/strftime/graphs/contributors" 367 "description": "Locale-formatted strftime using IntlDateFormatter (PHP 8.1 compatible)", 369 "issues": "https://github.com/alphp/strftime/issues", 370 "source": "https://github.com/alphp/strftime" 852 "php81_bc/strftime": 20
|
/dokuwiki/inc/ |
D | common.php | 24 use function PHP81_BC\strftime; alias 1471 return strftime($format, $dt);
|
/dokuwiki/vendor/simplepie/simplepie/src/ |
D | Item.php | 754 return strftime($date_format, $date);
|