Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
2018-08-19 date difference
reenadak
Aug 18th, 2018
198
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
PHP
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
function
dateDiff
(
$start
,
$end
)
{
$start_ts
=
strtotime
(
$start
)
;
$end_ts
=
strtotime
(
$end
)
;
$diff
=
$end_ts
-
$start_ts
;
return
round
(
$diff
/
86400
)
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Free Crypto MethodGuide
C++ | 1 hour ago | 0.38 KB
Crypto Exploit
Smarty | 1 hour ago | 0.38 KB
FREE ETHEREUM METHOD
CSS | 1 hour ago | 0.38 KB
Monetizing Method
Python | 1 hour ago | 0.38 KB
Crypto Exploit
Make | 1 hour ago | 0.38 KB
Free Money Method
Properties | 1 hour ago | 0.38 KB
free money glitch
Julia | 1 hour ago | 0.38 KB
Free Crypto MethodGuide
C++ | 1 hour ago | 0.38 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!