Revision: 22309
          http://sourceforge.net/p/bibdesk/svn/22309
Author:   hofman
Date:     2018-06-14 09:40:43 +0000 (Thu, 14 Jun 2018)
Log Message:
-----------
update comments

Modified Paths:
--------------
    trunk/bibdesk/NSDate_BDSKExtensions.m

Modified: trunk/bibdesk/NSDate_BDSKExtensions.m
===================================================================
--- trunk/bibdesk/NSDate_BDSKExtensions.m       2018-06-14 09:34:19 UTC (rev 
22308)
+++ trunk/bibdesk/NSDate_BDSKExtensions.m       2018-06-14 09:40:43 UTC (rev 
22309)
@@ -148,7 +148,7 @@
 }
 
 - (NSString *)dateDescription{
-    // Saturday, March 24, 2001 (NSDateFormatString)
+    // Saturday, March 24, 2001 (full date format)
     static NSDateFormatter *formatter = nil;
     if (formatter == nil) {
         formatter = [[NSDateFormatter alloc] init];
@@ -160,7 +160,7 @@
 }
 
 - (NSString *)longDateDescription{
-    // March 24, 2001 (NSLongDateFormatString)
+    // March 24, 2001 (long date format)
     static NSDateFormatter *formatter = nil;
     if (formatter == nil) {
         formatter = [[NSDateFormatter alloc] init];
@@ -172,7 +172,7 @@
 }
 
 - (NSString *)mediumDateDescription{
-    // Mar 24, 2001 (NSMediumDateFormatString)
+    // Mar 24, 2001 (medium date format)
     static NSDateFormatter *formatter = nil;
     if (formatter == nil) {
         formatter = [[NSDateFormatter alloc] init];
@@ -184,7 +184,7 @@
 }
 
 - (NSString *)shortDateDescription{
-    // 31/10/01 (NSShortDateFormatString)
+    // 31/10/01 (short date format)
     static NSDateFormatter *formatter = nil;
     if (formatter == nil) {
         formatter = [[NSDateFormatter alloc] init];
@@ -196,7 +196,7 @@
 }
 
 - (NSString *)timeDescription{
-    // Saturday, March 24, 2001 (NSDateFormatString)
+    // Saturday, March 24, 2001 (full time format)
     static NSDateFormatter *formatter = nil;
     if (formatter == nil) {
         formatter = [[NSDateFormatter alloc] init];
@@ -208,7 +208,7 @@
 }
 
 - (NSString *)longTimeDescription{
-    // March 24, 2001 (NSLongDateFormatString)
+    // March 24, 2001 (long time format)
     static NSDateFormatter *formatter = nil;
     if (formatter == nil) {
         formatter = [[NSDateFormatter alloc] init];
@@ -220,7 +220,7 @@
 }
 
 - (NSString *)mediumTimeDescription{
-    // Mar 24, 2001 (NSMediumDateFormatString)
+    // Mar 24, 2001 (medium time form at)
     static NSDateFormatter *formatter = nil;
     if (formatter == nil) {
         formatter = [[NSDateFormatter alloc] init];
@@ -232,7 +232,7 @@
 }
 
 - (NSString *)shortTimeDescription{
-    // 31/10/01 (NSShortDateFormatString)
+    // 31/10/01 (short time format)
     static NSDateFormatter *formatter = nil;
     if (formatter == nil) {
         formatter = [[NSDateFormatter alloc] init];

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to