HK Components

================================================================================

HK_date

DATE_from_GMT

This method retrieves the date portion of a GMT timestring.

Call

date:=DATE_from_GMT(GTM_timestring)

Parameters

$1 -> text the GMT timestring
$0 <- date the retrieved date

Example

$l_error:=MSG_FindHeader ("MyDownloadedMail.eml"; "Date"; $t_msgdate)
` $t_msgdate now contains "Fri, 27 Feb 2009 09:56:51 +0100"
$d_msg_date:=DATE_from_GMT($t_msgdate)
ALERT("the message was sent :"+String($d_msg_date))
--------------------------------------------------------------------------------

Pricing

All current components are donationware in their compiled form, please use the donate button below to give what you think it's worth via paypal.

You can buy the sourcecode to the components. AC_Basics is free, but the source for all other components is 100 U$/€ via PayPal. You will receive the password to the archive contained in the component as soon as I receive the email from paypal confirming payment. Please make sure to call the payment button from the webpage of the desired component, so I know what you want to pay for. I can send an invoice by mail if you so require, EU corporate entities may provide a VAT ID in the message of their PayPal payments so I can deduct the VAT.

Thanks a lot

========================

Current version

0.9 - 2009.02.27
========================