In <[EMAIL PROTECTED]>, Cameron Laird wrote:
> In article <[EMAIL PROTECTED]>,
> Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> wrote:
>>In <[EMAIL PROTECTED]>,
>>rsutradhar_python wrote:
>>> date1="2006-01-10"
>>> date2="2005-12-15"
>>> date = date1 - date2
>>> should give me 25 but problem is tha
In article <[EMAIL PROTECTED]>,
Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> wrote:
>In <[EMAIL PROTECTED]>,
>rsutradhar_python wrote:
>
>> How to subtract date which is stored in string variable?
>>
>> Example:
>>
>> date1="2006-01-10"
>> date2="2005-12-15"
>> date = date1 - date2
>> should giv
In <[EMAIL PROTECTED]>,
rsutradhar_python wrote:
> How to subtract date which is stored in string variable?
>
> Example:
>
> date1="2006-01-10"
> date2="2005-12-15"
> date = date1 - date2
> should give me 25 but problem is that date1 and date2 datatype is
> string which need to be conerted into