I realised I just need to read the info on the Sytem Time Patch.

It's seconds since 1 Jan 2001

So just work out days, hours, minutes, seconds between that and target date.

Math expression patch: days*24*60*60 + hours*60*60 +minutes*60 +seconds


On 14 Oct 2014, at 2:43 pm, Sophrin gmail <jsoph...@gmail.com> wrote:

> Perhaps pass the integers individually in parallel with each other ?
> 
> Sent from my iPhone
>> On Oct 13, 2014, at 11:15 PM, Alastair Leith <qc.student...@gmail.com> wrote:
>> 
>> Hi list
>> 
>> I'm not sure I can find the patch to convert this time and date point to a 
>> number which I can subtract System Time from to make a count down. 
>> 
>> 10 September 2016 17:00 GMT +08    – system time = a number I can spilt into 
>> days, hours, minutes and seconds.
>> 
>> Thanks
>> Alastair
>> 
>> 
>> 
>> 
>> 
>> 
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Quartzcomposer-dev mailing list      (Quartzcomposer-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/quartzcomposer-dev/jsophrin%40gmail.com
>> 
>> This email sent to jsoph...@gmail.com
> 
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Quartzcomposer-dev mailing list      (Quartzcomposer-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/quartzcomposer-dev/usefuldesign.au%40gmail.com
> 
> This email sent to usefuldesign...@gmail.com


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Quartzcomposer-dev mailing list      (Quartzcomposer-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to