PHP Package: jenssegers/date

Jenssegers Date is a PHP library for handling date and time functionality in an efficient and user-friendly manner, providing a simple and intuitive interface for developers.

Current Version: 4.0.0
Last Updated: 2020-05-04
PHP Requirement: >=7.4
Dependencies: None

Package Description

Jenssegers Date is a powerful PHP library designed to simplify date and time operations within your applications, offering a wide range of features and capabilities. With Jenssegers Date, you can easily manage timezones, format dates, and perform various calculations with ease and precision, enhancing the overall functionality of your projects.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 4.0.0

Download Download v4.0.0

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com

require_once 'libs/jenssegers/date/4.0.0/loader.php';
use Jenssegers\Date\Date;

$obj = new Date();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.