I'm trying to make a 'days since' text display to show the number of days since my kid was born. His birth date was 04/10/2014. Today he is 511 days old but my widget says 220.
The string I'm using is: #D04102014Td#
What am I doing wrong?
Thank you for any help you can offer.
solodev said:
I'm trying to make a 'days since' text display to show the number of days since my kid was born. His birth date was 04/10/2014. Today he is 511 days old but my widget says 220.
The string I'm using is: #D04102014Td#
What am I doing wrong?
Thank you for any help you can offer.
Click to expand...
Click to collapse
Hi solodev, #D201404100000Td# should work.
CopKiller76 said:
Hi solodev, #D201404100000Td# should work.
Click to expand...
Click to collapse
I came across this thread with your reply...would it be possible to explain WHY this works? What is the reason for the additional characters you've added? I assume they are to represent hours and minutes which would mean the formula requires full qualification but I'd rather hear it from you than make the assumption and be wrong.
Thanks!!
I think zooper needs the time if the date is in another year.
Related
Hi,
I can't beleive that I have to use 2 lines to show date Item on today with this new ROM! How can I hack the reg in order to optimize space on my today screen?
try this:
Hi Ecraseur,
Edited : I was not able to download your file but found it under another thread.
Seems to work quite nicely. Only question I have, it says "@466" with me, just before the time is displayed. What is this and can it be taken away ?
regards,
Ruud
What is the @NNN number
The @NNN number you see on your display is Internet Time, as defined by Swatch.
http://www.computeruser.com/resources/internet_time/
Best Regards
Hi Ecraseur,
OK, nice read. I now completely understand what it means.
At @562, I was completely informed
Now, how do I get it away as I hardly ever have any need for it.
Or is this not possible. I mean, there are different formats possible for
the date and the time, but the time has no mentioning whatsoever of this Swatch-time.
regards,
Ruud
You can ask to the developper
http://www.pocketpt.net/forum/index.php?act=ST&f=6&t=8229
Greetings,
I'm the developer of TodayTime! I've read all of your comments and suggestions and I'll check the file, make some changes and post a new version later today!
New version will include support for date & time formats either on the left and/or the right of the screen (and maybe the center!), format support for swatch internet time, and font-size overriding.
Please check back later for a new version
Great! Thank you very much for the plugin
Is it possible to add an alarm bell time if it's turned on? Just like the normal WM5 plugin? And maybe the active alarms time too? :wink:
I personally don't use swatch time and I prefer alarm time
The changes are made, i'll test it and upload a new version tomorrow!
YRLS said:
Great! Thank you very much for the plugin
Is it possible to add an alarm bell time if it's turned on? Just like the normal WM5 plugin? And maybe the active alarms time too? :wink:
I personally don't use swatch time and I prefer alarm time
Click to expand...
Click to collapse
Hum... I'll have to check the API for that!
ei99070 said:
The changes are made, i'll test it and upload a new version tomorrow!
Click to expand...
Click to collapse
Hi any update on this?
Hi, i'm posting a little wm_paint bug.
When switching from poirtrait to landscape mode, time is hidden by a scrollbar if any.
Any way to check the existence of the scrollbar?
I'd like to see the clock icon as in the original version also (nuttin important however).
playerkiller said:
Hi, i'm posting a little wm_paint bug.
When switching from poirtrait to landscape mode, time is hidden by a scrollbar if any.
Any way to check the existence of the scrollbar?
I'd like to see the clock icon as in the original version also (nuttin important however).
Click to expand...
Click to collapse
This has been reported, will check that on next update
Please report further bugs/suggestions and check for further updates on this topic!
Hello Eveyone,
I downloaded Zooper on Friday and have been playing with it, learning it, reading the forums about it and killing a LOT of time with it LOL! I have learned a lot, and am ploughing through making my own theme for the first time. I have found most of the answers to my questions on here except the main one I need help with:
I want GMT displayed on my home page, not just the differential that's included in #Dz#. I've tried everything I could think of for it, including using the math operators to take local time and add or subtract the value of #DZ# using if then statements but nothing is working. I'm a pilot and that would be a handy value to show on the home screen for us frequent time zone crossers.
Can anyone help me with this please? Seems easy enough but I am obviously missing something. Any help woould be appreciated.
I am a retired Navy fighter pilot, currently living and working in Jakarta, Indonesia as a pilot training captain. Look forward to seeing all of you in here and if any of you live or wander close by, be sure to hit me up!
Cheers,
Wayne "Kila" Watts
Zooper: How to display zulu time for pilots
KilaWatts, It's been awhile since you posted this, but here is your solution. I also wanted to display this on my zooper widget, and I figured it out! Even though it's posted late, I thought that it might benefit other pilots like us as well. Rob
$(#DHHmm#-#DZ#)$Z will display zulu time (eg. 1543Z)
KilaWatts said:
Hello Eveyone,
I downloaded Zooper on Friday and have been playing with it, learning it, reading the forums about it and killing a LOT of time with it LOL! I have learned a lot, and am ploughing through making my own theme for the first time. I have found most of the answers to my questions on here except the main one I need help with:
I want GMT displayed on my home page, not just the differential that's included in #Dz#. I've tried everything I could think of for it, including using the math operators to take local time and add or subtract the value of #DZ# using if then statements but nothing is working. I'm a pilot and that would be a handy value to show on the home screen for us frequent time zone crossers.
Can anyone help me with this please? Seems easy enough but I am obviously missing something. Any help woould be appreciated.
I am a retired Navy fighter pilot, currently living and working in Jakarta, Indonesia as a pilot training captain. Look forward to seeing all of you in here and if any of you live or wander close by, be sure to hit me up!
Cheers,
Wayne "Kila" Watts
Click to expand...
Click to collapse
Correction
I just realized that I was wrong, please disregard my previous post. The correct way to do it is to go to "Override Widget Locality" for the specific module. Then touch the "+" button. Type in the name of the city that you are in, and for the time zone scroll down and select "Etc/Zulu". The code that you need to enter manually is: #DHH#:#Dmm#z
KilaWatts said:
Hello Eveyone,
I downloaded Zooper on Friday and have been playing with it, learning it, reading the forums about it and killing a LOT of time with it LOL! I have learned a lot, and am ploughing through making my own theme for the first time. I have found most of the answers to my questions on here except the main one I need help with:
I want GMT displayed on my home page, not just the differential that's included in #Dz#. I've tried everything I could think of for it, including using the math operators to take local time and add or subtract the value of #DZ# using if then statements but nothing is working. I'm a pilot and that would be a handy value to show on the home screen for us frequent time zone crossers.
Can anyone help me with this please? Seems easy enough but I am obviously missing something. Any help woould be appreciated.
I am a retired Navy fighter pilot, currently living and working in Jakarta, Indonesia as a pilot training captain. Look forward to seeing all of you in here and if any of you live or wander close by, be sure to hit me up!
Cheers,
Wayne "Kila" Watts
Click to expand...
Click to collapse
Thank you!
Rob,
Thanks for both posts.....I appreciate the effort even if it's wrong mate. I understand the second way, however, that seems to just do it manually, and not automatically once I land in another time zone, like the time gets updated. Maybe I'm wrong and if I do it once, where I live now, it will update by itself when the phone comes on and I'm in a different time zone?
Thanks in advance and hope that's not a stupid question LOL! Caught me a bit off guard with an answer finally! My UI is all set up, sans this of course. I'll play with what you suggested and see and maybe you can answer my question in the meantime.....
Cheers buddy and thanks again! :fingers-crossed:
robgross said:
I just realized that I was wrong, please disregard my previous post. The correct way to do it is to go to "Override Widget Locality" for the specific module. Then touch the "+" button. Type in the name of the city that you are in, and for the time zone scroll down and select "Etc/Zulu". The code that you need to enter manually is: #DHH#:#Dmm#z
Click to expand...
Click to collapse
I wanted to display GMT that will auto correct when my time zone goes through a time change (-5 to -6). The closest I got was the following conditional. I hope this helps
$(#DH#-(#DZ#/100))$:#Dmm#
This uses your phone's local time and then factors in DZ.
Thanks!
KilaWatts said:
Rob,
Thanks for both posts.....I appreciate the effort even if it's wrong mate. I understand the second way, however, that seems to just do it manually, and not automatically once I land in another time zone, like the time gets updated. Maybe I'm wrong and if I do it once, where I live now, it will update by itself when the phone comes on and I'm in a different time zone?
Thanks in advance and hope that's not a stupid question LOL! Caught me a bit off guard with an answer finally! My UI is all set up, sans this of course. I'll play with what you suggested and see and maybe you can answer my question in the meantime.....
Cheers buddy and thanks again! :fingers-crossed:
Click to expand...
Click to collapse
Is there ANY way to add a number (1) to the current hour? I've been trying to figure it out for hours but I'm not getting anywhere.
I've tried variations of this:
$#Dmm#>50&&#Dmm#<60?hour plus one is (#Dh#+1)$
Anyone?
dgrasley said:
Is there ANY way to add a number (1) to the current hour? I've been trying to figure it out for hours but I'm not getting anywhere.
I've tried variations of this:
$#Dmm#>50&&#Dmm#<60?hour plus one is (#Dh#+1)$
Anyone?
Click to expand...
Click to collapse
Hi;
Here I've insert a code to add Day to Date:
http://forum.xda-developers.com/showthread.php?t=2607763
Probably same syntax could work also for time ... but there is a BIG problem:
Zooper consider Date as a number then if I add 10 to 25th January I obtain 35th January!!! Then I can't use this for my purpose
I don't know if you will have the same problem also with Time.
dgrasley said:
Is there ANY way to add a number (1) to the current hour? I've been trying to figure it out for hours but I'm not getting anywhere.
I've tried variations of this:
$#Dmm#>50&&#Dmm#<60?hour plus one is (#Dh#+1)$
Anyone?
Click to expand...
Click to collapse
Try it like this
Code:
$#Dmm#>50&&#Dmm#<60?(#Dh#+1)$
and it should work. Zooper seems to have a problem if you try to mix characters/text and math. If you want to have text AND math in one text module, split them up so you have something like this
Code:
hour plus one is $#Dmm#>50&&#Dmm#<60?(#Dh#+1)$
If you need the text also to be dependent on the conditional, you'll have to use it twice:
Code:
$#Dmm#>50&&#Dmm#<60?hour plus one is $$#Dmm#>50&&#Dmm#<60?(#Dh#+1)$
So I've just started playing with Zooper and this is something has been an issue. With the layout I have now whenever the weather condition whenever it is thunderstorming outside (which is very often) it overlaps the word condition. So my question is: Is there any way to abbreviate thunderstorm to T-Storm?
Well that was actually easier to do than I thought. Just in case anyone else needs it here is what I did.
$#WCCOND#=thunderstorm?T-Storm:#WCCOND#$
nhartse1 said:
Well that was actually easier to do than I thought. Just in case anyone else needs it here is what I did.
$#WCCOND#=thunderstorm?T-Storm:#WCCOND#$
Click to expand...
Click to collapse
Found this buried in a Google Search. Thank you. Any idea for how to do this for multiple codes? IE, T-Storms, Scattered T-Storms, Heavy Blizzard, etc.?
Wrong thread
Thanks! I'm digging around a bit more with Zooper. Appreciate the information!
Mokum020 said:
You just have to repeat the code for every weather condition you want to abbreviate.
I also think you don't need the last bit of the code, this should do the trick:
$#WCCOND#=thunderstorm?T-Storm$$#WCCOND#=scattered clouds?S-Clouds$
Click to expand...
Click to collapse
How is this code finished? I tried using what's listed and nothing displays. It needs to end by telling it to display the current condition if it's different then any of the conditions listed to abbreviate. Messing with it and can't figure out the right ending.
Wrong thread
BigPimpin said:
How is this code finished? I tried using what's listed and nothing displays. It needs to end by telling it to display the current condition if it's different then any of the conditions listed to abbreviate. Messing with it and can't figure out the right ending.
Click to expand...
Click to collapse
Could you work out a solution?
This is my first thread and request. I hope someone can help me with this.
I made a horizontal timeline showing events for the day from 6:00 to 21:00. I would like a time indicator (rect) showing the length of each event along the timeline. IE, the event starts at 11:00 and ends at 13:00 the indicator rect width is 40 (20 per hour). I'm not sure where to start with this but any help would be appreciated.
Thanks in advanced.
CellSeven said:
This is my first thread and request. I hope someone can help me with this.
I made a horizontal timeline showing events for the day from 6:00 to 21:00. I would like a time indicator (rect) showing the length of each event along the timeline. IE, the event starts at 11:00 and ends at 13:00 the indicator rect width is 40 (20 per hour). I'm not sure where to start with this but any help would be appreciated.
Thanks in advanced.
Click to expand...
Click to collapse
Looks nice, care to share the .zw ?
masze said:
Looks nice, care to share the .zw ?
Click to expand...
Click to collapse
Sure I will, once I finish it.
CellSeven said:
Sure I will, once I finish it.
Click to expand...
Click to collapse
thanks,
waiting patiently and eagerly!!
Wrong thread
Mokum020 said:
Do you already have something working on the timeline, because I thought of a solution and maybe I can integrate it with what you already have.
Click to expand...
Click to collapse
That would be great.
I got this from k1silver's Timeline and modified it a bit.
What I got so far is where to place the round indicator on the timeline
[ox]$((#C0SH#*60+#C0Sm#)/3-270)$[/ox]
[oy]$#C0SyMd#!=#DyMd#||#C0SHmm#<500||#C0SHmm#>2200?500:0$[/oy]
I hope this helps.
Wrong thread
Thank you so much. That worked exactly how I hoped. I look forward to seeing your home screen setup.
masze said:
thanks,
waiting patiently and eagerly!!
Click to expand...
Click to collapse
I will share this widget with you tomorrow, thanks to Mokum020.
masze said:
thanks,
waiting patiently and eagerly!!
Click to expand...
Click to collapse
Here Masze.
thanks bro!
awesome!!
Thanks again..
Still wip.
New to zooper so I'm still in the early stages of learning. I'm trying to do something similar although with not as much detail. Basically, all I want is a row of 5 rectangles running horizontally representing the next 5 days starting with the current day. Each rectangle (or bar) representing a 16-hour day (8-midnight) and color-filled with busy times. So I could have a quick glance on how busy my upcoming days are. Am looking at some of your work and getting inspiration while learning.
Also checked out your "cave" and am very impressed with the high-quality! Congrats!
Wrong thread