From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mirko Subject: what function to use to normalize date to org format? Date: Thu, 27 Mar 2014 13:32:14 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTAQO-000454-2o for emacs-orgmode@gnu.org; Thu, 27 Mar 2014 09:32:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WTAQG-0001f9-Qb for emacs-orgmode@gnu.org; Thu, 27 Mar 2014 09:32:52 -0400 Received: from plane.gmane.org ([80.91.229.3]:53207) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTAQG-0001dZ-JS for emacs-orgmode@gnu.org; Thu, 27 Mar 2014 09:32:44 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WTAQC-0000Lb-Nn for emacs-orgmode@gnu.org; Thu, 27 Mar 2014 14:32:41 +0100 Received: from cpe-74-76-186-173.nycap.res.rr.com ([74.76.186.173]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Mar 2014 14:32:40 +0100 Received: from mirko.vukovic by cpe-74-76-186-173.nycap.res.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Mar 2014 14:32:40 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hello, Is there a public function that can accept a string such as "3/4/5" (US Format) and normalize it to [2005-03-04 Fri]?. I need it for a bit of helper code. Thanks, Mirko