Web Stats Web Hosting Blogs - BlogCatalog Blog Directory TopOfBlogs

Masukan email anda untuk mendapatkan artikel terbaru:

hab.la

php classess date calculator

Artikel ini akan memberikan gambaran bagaimana menggunakan php date calculator classes yang sempat saya temukan di phpclasses.org. php classes date calculator ini di buat oleh Steve Powel sekitar tahun 2004 lalu namun masih cukup bermanfaat bagi saya dan mungkin anda.

Start UP

1
2
3
4
5
6
7
8
9
10
11
12
<?php
include ('dateclass.php');
// initiate the class
$dc = new DateClass();
// operasi penambahan
$nd = $dc->Add('days',5);
 // operasi pengurangan
$nd = $dc->Add('months',-5);
 
// tampilkan
echo $nd->ToString();
?>

Download link : http://www.phpclasses.org/browse/file/6434.html
Selamat mencoba.

VN:F [1.9.3_1094]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)

Incoming search terms for the article:

Related posts:

  1. Display last 5 minute Log File @ Hosting Murah kebetulan lagi luang barangkali saja ada yang butuh script shell...
  2. tutorial rewrite url dengan relink classes dari Benjamin Falk Bagaimana mengimplementasikan url rewrite rules untuk suatu situs yang memberikan...

Related posts brought to you by Yet Another Related Posts Plugin.

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">