du5591 2016-02-12 12:26
浏览 29

什么是PHP的strtotime()的第一个工作日?

strtotime() in PHP is quite powerfull function. One of it's features is relative dates.

For example this command:

echo date('Y-m-d', strtotime('Sunday this week'));

produces 2016-02-14 on my machine (today is "2016-02-12", Friday). Thus it supposes that first day of week is Monday. However in different locales countries first day of week is different. Is there a way to change this behaviour and make strtotime() think that first week day is Sunday?

  • 写回答

2条回答 默认 最新

  • duanla4959 2016-02-12 12:58
    关注

    PHP 5.5 introduced the Internationalization extension, which among many useful functions provides and IntCalendar class. It has a static function getFirstDayOfWeek which can be used to get the first day of the week, based a locale.

    Straight from the docs:

    ini_set('date.timezone', 'UTC');
    
    $cal1 = IntlCalendar::createInstance(NULL, 'es_ES');
    var_dump($cal1->getFirstDayOfWeek()); // Monday
    
    评论

报告相同问题?

悬赏问题

  • ¥170 如图所示配置eNSP
  • ¥20 docker里部署springboot项目,访问不到扬声器
  • ¥15 netty整合springboot之后自动重连失效
  • ¥15 悬赏!微信开发者工具报错,求帮改
  • ¥20 wireshark抓不到vlan
  • ¥20 关于#stm32#的问题:需要指导自动酸碱滴定仪的原理图程序代码及仿真
  • ¥20 设计一款异域新娘的视频相亲软件需要哪些技术支持
  • ¥15 stata安慰剂检验作图但是真实值不出现在图上
  • ¥15 c程序不知道为什么得不到结果
  • ¥15 键盘指令混乱情况下的启动盘系统重装