sergioccrr/datetimespanish 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

sergioccrr/datetimespanish

最新稳定版本:v1.0

Composer 安装命令:

composer require sergioccrr/datetimespanish

包简介

Translate textual date representations into Spanish

README 文档

README

A simple extension of the native DateTime class that allows to represent months and days of the week in Spanish.

Motivation

You can achieve this with the setlocale function, but it relies on you having the locale installed on your system, plus to being an ugly global setting.

Example

<?php

echo (new DateTimeSpanish)->setDate(2020, 1, 6)->format('l, d F Y');
// Return "Lunes, 06 Enero 2020"

// Instead of:

echo (new DateTime)->setDate(2020, 1, 6)->format('l, d F Y');
// Return "Monday, 06 January 2020"

统计信息

  • 总下载量: 87
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-06-26