You are here

13 calls to Carbon::now() in Persian Date for Drupal 8 8.4

Carbon::average in src/Library/Carbon/Carbon.php
Modify the current instance to the average of a given instance (default now) and the current instance.
Carbon::diffFiltered in src/Library/Carbon/Carbon.php
Get the difference by the given interval using a filter closure
Carbon::diffForHumans in src/Library/Carbon/Carbon.php
Get the difference in a human readable format in the current locale.
Carbon::diffInDays in src/Library/Carbon/Carbon.php
Get the difference in days
Carbon::diffInMonths in src/Library/Carbon/Carbon.php
Get the difference in months
Carbon::diffInSeconds in src/Library/Carbon/Carbon.php
Get the difference in seconds
Carbon::diffInYears in src/Library/Carbon/Carbon.php
Get the difference in years
Carbon::isFuture in src/Library/Carbon/Carbon.php
Determines if the instance is in the future, ie. greater (after) than now
Carbon::isPast in src/Library/Carbon/Carbon.php
Determines if the instance is in the past, ie. less (before) than now
Carbon::isSameAs in src/Library/Carbon/Carbon.php
Carbon::max in src/Library/Carbon/Carbon.php
Get the maximum instance between a given instance (default now) and the current instance.
Carbon::min in src/Library/Carbon/Carbon.php
Get the minimum instance between a given instance (default now) and the current instance.
jDateTime::createDateTime in src/Library/Jalali/jDateTime.php