changeset 47437:025aad501345

(time-stamp-hhmmss): New function.
author Simon Josefsson <jas@extundo.com>
date Thu, 12 Sep 2002 06:03:49 +0000
parents dc7ce8219431
children 3716ca385c72
files lisp/time-stamp.el
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/time-stamp.el	Thu Sep 12 06:03:03 2002 +0000
+++ b/lisp/time-stamp.el	Thu Sep 12 06:03:49 2002 +0000
@@ -731,6 +731,10 @@
   "Return the current time as a string in \"HH:MM:SS\" form."
   (format-time-string "%T"))
 
+(defun time-stamp-hhmmss ()
+  "Return the current time as a string in \"HHMMSS\" form."
+  (format-time-string "%H%M%S"))
+
 (defun time-stamp-hhmm ()
   "Return the current time as a string in \"HHMM\" form."
   (format-time-string "%H%M"))