User Tools

Site Tools


bash:parsing_date_and_time

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
bash:parsing_date_and_time [2020/07/15 09:30] – external edit 127.0.0.1bash:parsing_date_and_time [2021/01/26 16:18] (current) – removed peter
Line 1: Line 1:
-====== BASH - Parsing Date and Time ====== 
- 
-<code bash> 
-#!/bin/bash 
-year=`date +%Y` 
-month=`date +%m` 
-day=`date +%d` 
-hour=`date +%H` 
-minute=`date +%M` 
-second=`date +%S` 
-echo `date` 
-echo "Current Date is: $day-$month-$year" 
-echo "Current Time is: $hour:$minute:$second" 
-</code> 
  
bash/parsing_date_and_time.1594805433.txt.gz · Last modified: 2020/07/15 09:30 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki