This repository was archived by the owner on Nov 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
src/guides/v2.3/extension-dev-guide/framework Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
group : php-developer-guide
3
- title : DateTime Library
3
+ title : DateTime library
4
4
contributor_name : Rakesh Jesadiya
5
5
contributor_link : https://github.com/RakeshJesadiya
6
6
---
7
7
8
- ## Overview
9
-
10
- This DateTime library provides utilities to work with formatting of date time. Provided methods in this library are described below.
8
+ This DateTime library provides utilities to work with date and time formatting. Provided methods in this library are described below.
11
9
12
10
## Usage
13
11
14
12
| Method| Description|
15
13
| --- | --- |
16
- | ` formatDate ` | Format date to internal format |
17
- | ` isEmptyDate ` | Check whether sql date is empty |
14
+ | ` formatDate ` | Format the date to the Magento internal format |
15
+ | ` isEmptyDate ` | Check whether provided date value is empty or null |
18
16
19
17
### Example
20
18
21
- The following example shows how to Format current date and time to internal format.
19
+ The following example shows how to format the current date and time into the Magento internal format.
22
20
23
21
``` php
24
22
<?php
You can’t perform that action at this time.
0 commit comments