HomePython

Belajar Python - Date & Time Modules

Belajar Python Pemula : penggunaan Date & Time pada pemrogramman python dan Convert Date format serta calendar modules.

Belajar Python : Penggunaan Modules Pemrogramman Python
How to Write Good Code & Become a Professional Programmer
Mendefinisikan Functions dalam Python
Python tutorial untuk pemula - Date & Time dalam bahasa pemrogramman Python seperti functions yang sudah tersedia dala module python time.time() akan menghasilkan value system time default 12:00am, January 1, 1970. dalam tutorial bahasa pemrogramman python pada session ini tentang penggunaan function dan module Date & Time.

Baca juga :
  1. Cara mendefenisikan Functions dalam Python
  2. Membuat koneksi database dengan Python
Contoh penggunaan Date & Time

#!/usr/bin/python
# Simple how to using date & time
# you must import time module.
import time;
#declare the localtime and format the time
localtime = time.asctime(time.localtime(time.time()))
print "current local time is : ", localtime

Jika dijalankan maka akan menghasilkan Date & Time saat ini.
current local time is : Sat Jul 13 11:17:09 2016
Functions yang bisa digunakan dari module Date & Time cukup banyak diantaranya seperti :
time.time(), time.altzone, time.asctime([tupletime]), time.clock(), time.ctime([secs]), time.gmtime([secs]), time.localtime([secs]), time.mktime(tupletime), time.sleep(secs), time.strftime(fmt[,tupletime]), time.strptime(str,fmt='%a %b %d %H:%M:%S %Y'), time.tzset()

Belajar Python - Date & Time Modules

Untuk mendapatkan value current calendar / bulan pada bulan saat ini :

#!/usr/bin/python
# Simple how to using date & time
# you must import calender module.
import calendar

Mycal = calendar.month(2008, 1)
print "Calendar for this mounth:"
print Mycal

Functions yang bisa digunakan dari module calendar juga cukup banyak, diantaranya :
calendar.calendar(year,w=2,l=1,c=6), calendar.firstweekday(), calendar.isleap(year), calendar.leapdays(y1,y2), calendar.month(year,month,w=2,l=1), calendar.monthcalendar(year,month), calendar.monthrange(year,month), calendar.prcal(year,w=2,l=1,c=6), calendar.prmonth(year,month,w=2,l=1), calendar.setfirstweekday(weekday), calendar.timegm(tupletime), calendar.weekday(year,month,day).

Untuk mempelajari lebih lanjutnya tentang function dalam bahasa pemrogramman python terutama function pada module Date & Time, Calendar, akan dibahas pada lessons Python selanjutnya.

Follow dan berlangganan bersama Scode untuk mendapatkan tutorial terbaru setiap hari secara gratis.

Feel free to code it up and send us a pull request.

Hi everyone, let's me know how much this lesson can help your work. Please Subscribe and Follow Our Social Media 'kodeajaib[dot]com' to get Latest tutorials and will be send to your email everyday for free!, Just hit a comment if you have confused. Nice to meet you and Happy coding :) all ^^



Follow by E-Mail


COMMENTS

DISQUS
Name

ADO.NET,3,Ajax,6,Android,9,AngularJS,4,ASP.NET,4,Blogger Tutorials,7,Bootstrap,7,C++,1,Codeigniter,2,Cplusplus,6,Crystal Report,6,CSharp,25,Ebook Java,2,FlyExam,1,FSharp,3,Game Development,2,Java,35,JDBC,2,Laravel,89,Lumen,2,MariaDB,2,Ms Access,3,MySQL,31,ODBC,6,OleDB,1,PHP,14,PHP Framework,6,PHP MYSQLI,9,PHP OOP,5,Python,8,Python 3,4,SQL Server,4,SQLite,4,Uncategorized,5,Vb 6,2,Vb.Net,89,Video,48,Vue Js,4,WPF,2,Yii,3,
ltr
item
KODE AJAIB: Belajar Python - Date & Time Modules
Belajar Python - Date & Time Modules
Belajar Python Pemula : penggunaan Date & Time pada pemrogramman python dan Convert Date format serta calendar modules.
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3spaYeEiRCD5aQ54kUAfy98sw7B7_eXixlo5Nu9s7vzWwg6d2aM7-op2vchr2m_N8__gWnQcsjAfRFIg-_kUXSpM1ahnM-Mnn54Nnd0LVgcZ1OeZJbcffwmks7uexyfsfxuthReb-JOs/s320/python+tutorial-date+and+time.jpg
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3spaYeEiRCD5aQ54kUAfy98sw7B7_eXixlo5Nu9s7vzWwg6d2aM7-op2vchr2m_N8__gWnQcsjAfRFIg-_kUXSpM1ahnM-Mnn54Nnd0LVgcZ1OeZJbcffwmks7uexyfsfxuthReb-JOs/s72-c/python+tutorial-date+and+time.jpg
KODE AJAIB
https://scqq.blogspot.com/2016/07/belajar-python-date-time-modules.html
https://scqq.blogspot.com/
https://scqq.blogspot.com/
https://scqq.blogspot.com/2016/07/belajar-python-date-time-modules.html
true
3214704946184383982
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy