Tag: date
Rename Images Based on Exif Date
October 10, 2017
Renames all the files in the current folder based on the Exif date of that image. You’ll need the ‘jhead’ command tool – use apt-get to install it.
Find New Files
May 30, 2008
Search files created or changed within 10 days find /usr/bin -type f -mtime -10
‘date’ and ‘cal’ Commands
March 10, 2008
Some date finding commands.. date Mon Mar 10 23:52:08 IST 2008 cal March 2008 Su Mo Tu We Th Fr…
Date Command
October 24, 2007
Create the MySQL format date(YYYY-MM-DD) using the date command date +%Y-%m-%d
Find Difference Between 2 Dates in PHP
March 28, 2007
This function will find the difference between two given times. Does PHP already have a native function for that? //The…
Find the Fourth Sunday
March 27, 2007
Javascript code for finding the fourth sunday in any given month. function findFourthSunday(year,month) { var fourth_sunday = 0; var sunday_count…
Recent Comments