[Vtigercrm-commits] [vtiger-commits] r8051 - /vtigercrm/trunk/modules/Calendar/Date.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Sat Jul 15 05:26:05 EDT 2006
Author: richie
Date: Sat Jul 15 03:26:01 2006
New Revision: 8051
Log:
API has been updated
Modified:
vtigercrm/trunk/modules/Calendar/Date.php
Modified: vtigercrm/trunk/modules/Calendar/Date.php
==============================================================================
--- vtigercrm/trunk/modules/Calendar/Date.php (original)
+++ vtigercrm/trunk/modules/Calendar/Date.php Sat Jul 15 03:26:01 2006
@@ -246,7 +246,7 @@
}
/**
- * function to short month name
+ * function to get month name in short
* return string $this->month_inshort - month name (eg: Jan)
*/
function getmonthName_inshort()
@@ -254,7 +254,7 @@
return $this->month_inshort;
}
/**
- * function to month name
+ * function to get month name
* return string $this->month - month name
*/
function getMonth()
@@ -262,7 +262,7 @@
return $this->month;
}
/**
- * function to month name
+ * function to get month name
* return string $this->month_inlong - month name
*/
function getmonthName()
@@ -271,7 +271,7 @@
}
/**
- * function to day of week
+ * function to get day of week
* return string $this->dayofweek_inlong - day of week
*/
function getdayofWeek()
@@ -279,7 +279,7 @@
return $this->dayofweek_inlong;
}
/**
- * function to day of week in short
+ * function to get day of week in short
* return string $this->dayofweek_inshort - day of week (eg: Mon)
*/
More information about the vtigercrm-commits
mailing list