Datepiker rounding seconds to nearest minute in presentation?

Hi all,
I have a presentation with a display-only, non-editable datepiker, that references an object variable of type Time.
The variable contains a full timestamp with date and time down to microseconds; however when the time gets displayed in my presentation, the seconds are always rounded to 00.
Has anyone encountered this or know how to deal with it?
Thanks!
B

Hi all,
I have a presentation with a display-only, non-editable datepiker, that references an object variable of type Time.
The variable contains a full timestamp with date and time down to microseconds; however when the time gets displayed in my presentation, the seconds are always rounded to 00.
Has anyone encountered this or know how to deal with it?
Thanks!
B

Similar Messages

  • Rounding Time to nearest 30 minutes

    Good day,
    I'm looking for a way to round the time portion of a date value. My query needs to return the time of day, rounded to the nearest 30 minutes - top of the hour or bottom of the hour.
    If sysdate is: 12/28/2009 11:08:19 AM
    I need to see: 12/28/2009 11:00:00 AM
    If sysdate returns: 12/28/2009 11:18:19 AM
    I need to see: 12/28/2009 11:30:00 AM
    Any help is appreciated.
    Regards,
    Gary F.

    Aketi Jyuuzou wrote:
    I like case expression B-)Me too, but I like then simple B-) :
    with dates as ( -- generating sample data
    select to_date('12/28/2009 11:08:19', 'mm/dd/yyyy hh:mi:ss') dt from dual union all
    select to_date('12/28/2009 11:18:19', 'mm/dd/yyyy hh:mi:ss') dt from dual union all
    select to_date('12/28/2009 11:38:19', 'mm/dd/yyyy hh:mi:ss') dt from dual union all
    select to_date('12/28/2009 11:48:19', 'mm/dd/yyyy hh:mi:ss') from dual)
    select dt,
    case when to_char(dt,'mi') >= '45'
         then trunc(dt,'hh') + interVal '60' minute
         when to_char(dt,'mi') >= '15'
         then trunc(dt,'hh') + interVal '30' minute
         else trunc(dt,'hh')
         end as new
      from dates
    DT                  NEW
    2009-12-28 11:08:19 2009-12-28 11:00:00
    2009-12-28 11:18:19 2009-12-28 11:30:00
    2009-12-28 11:38:19 2009-12-28 11:30:00
    2009-12-28 11:48:19 2009-12-28 12:00:00
    SQL> SY.

  • Rounding time to nearest hourly quarter

    I have several records like
    2/19/2010 1:25:46.000000 PM
    2/19/2010 1:40:46.000000 PM
    2/19/2010 1:55:46.000000 PM
    2/19/2010 2:10:46.000000 PM
    I want to round them off to the nearest quarter like
    2/19/2010 1:30:00.000000 PM
    2/19/2010 1:45:00.000000 PM
    2/19/2010 2:00:00.000000 PM
    2/19/2010 2:15:00.000000 PM
    Any ideas how I would do that? a trunc(col,'mi) only lets me round it to the minute..
    Note that records are not necessarily in the 5 minute interval difference it can also be 7 minute difference or 4 minute difference from the nearest quarter...
    so I can also have records like
    SysUpTime     2/19/2010 10:31:00 PM
    SysUpTime     2/19/2010 10:57:00 PM
    SysUpTime     2/19/2010 11:31:00 PM
    etc.
    Edited by: zebango on Mar 9, 2010 4:16 PM

    Solomon Yakobson wrote:
    But OP asked for "*Rounding* time to nearest hourly quarter". Same applies to Aketi's solution which, BTW, which always bumps it up to next 5 min.In which case, just substitute "Round" for "Floor"!
    Although thinking about it, you'd probably want to add seconds into the mix:
    with table_x as (select to_timestamp('11/03/2010 11:45:39', 'dd/mm/yyyy hh24:mi:ss') t from dual union all
                     select to_timestamp('11/03/2010 11:52:29', 'dd/mm/yyyy hh24:mi:ss') t from dual union all
                     select to_timestamp('11/03/2010 11:52:30', 'dd/mm/yyyy hh24:mi:ss') t from dual union all
                     select to_timestamp('11/03/2010 11:52:31', 'dd/mm/yyyy hh24:mi:ss') t from dual union all
                     select to_timestamp('11/03/2010 12:00:01', 'dd/mm/yyyy hh24:mi:ss') t from dual union all
                     select to_timestamp('11/03/2010 12:07:29', 'dd/mm/yyyy hh24:mi:ss') t from dual union all
                     select to_timestamp('11/03/2010 12:07:31', 'dd/mm/yyyy hh24:mi:ss') t from dual union all
                     select to_timestamp('11/03/2010 13:22:10', 'dd/mm/yyyy hh24:mi:ss') t from dual union all
                     select to_timestamp('11/03/2010 13:22:40', 'dd/mm/yyyy hh24:mi:ss') t from dual)
    select t,
           trunc(t, 'hh') + ROUND((to_char(t, 'mi') + (to_char(t, 'ss')/60))/15)*15/1440 nearest_15_min
    from   table_x
    T                                NEAREST_15_MIN      
    11/03/2010 11:45:39.000000       11/03/2010 11:45:00 
    11/03/2010 11:52:29.000000       11/03/2010 11:45:00 
    11/03/2010 11:52:30.000000       11/03/2010 12:00:00 
    11/03/2010 11:52:31.000000       11/03/2010 12:00:00 
    11/03/2010 12:00:01.000000       11/03/2010 12:00:00 
    11/03/2010 12:07:29.000000       11/03/2010 12:00:00 
    11/03/2010 12:07:31.000000       11/03/2010 12:15:00 
    11/03/2010 13:22:10.000000       11/03/2010 13:15:00 
    11/03/2010 13:22:40.000000       11/03/2010 13:30:00 

  • I have songs on my iPod and iTunes where sections ranging from 40 seconds to 2 minutes do not play.  The song status bar indicates the file is still being played but there is no audio.  What can I do to repair or replace these files?

    I have songs on my iPod and iTunes where sections of the song ranging from 40 seconds to 2 minutes will not play.  The song status bar indicates the file is still being played there is no audio.  What can I do to repair or replace these files?

    If iTunes purchases, delete and redownload by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    Otherwise delete and resync if they play OK in iTunes on the computer

  • Guys, my browser is going crazy and every website that I am on changes in about 10 seconds to 2 minutes to another webpage. I even downloaded a newer 5.0 version of firefox and I am having the same problem.

    Guys, my browser is going crazy and every website that I am on changes in about 10 seconds to 2 minutes to another webpage. I even downloaded a newer 5.0 version of firefox and I am having the same problem.

    Your System Details are showing Fun Web Products. Suggest you look in Add-ons - Extensions and Plug-ins, and Control Panel>Add/Remove programs or >(newer version) Programs and Features. You could also do a search of your computer.
    Fun Web Products(associated with MyWebSearch) always seems to cause problems, Alexa does, too, but less often - there may be conflicts.
    I'm not an expert on these two products. I'm afraid I can only alert you to the problems. Google will show you plenty of evidence of problems. You might also try the Search Firefox Help box above - a gold mine but it usually requires a lot of digging.
    You can start Firefox in Safe Mode - Hold Shift Key down as you double click on the Firefox icon>ignore the page that opens>Continue. If that improves things you could do a little troubleshooting(Safe Mode, Problematic extensions etc), use default theme, -
    https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes
    http://support.mozilla.com/en-US/kb/Troubleshooting%20plugins

  • My ipad 3 Bluetooth stops working for several seconds every few minutes

    My ipad Bluetooth stops working for a few seconds every few minutes...very annoying. Any solutions?

    firefox has become a somewhat of a pig. it is actually funny and i know this problem will soon be cured but.... here was this "anti-IE" thing that came out a while ago saying "we're the fastest browser in the world" and indeed they were. as a 13 year microsoft employee/veteran i was reluctant to try it, but try it i did. that was years ago. now all of a sudden here i am and for the past several months at least, firefox has been pausing every few seconds or so. it is totally annoying and has me researching the cause. i'm a techie/quite computer literate and know how to tweak and configure to get every last ounce of speed out of my system. let me tell you... firefox is no longer the fastest browser on the planet.... they have issues. why? they have a lot of code and maintaining a complex piece of software (they are finding) is not easy. BUT, the problem lies within firefox's code base... i've used the latest version of IE, safari and chrome and neither is suffering from the pausing problem.
    how can you repro this problem? go to any webform (gmail, this forum, et al) and start typing... there will be an annoying pause every few seconds. while pausing, firefox pages out to disk, despite there being TONS of physical memory available... AND i have set my system to NO pagefile, yet firefox is paging...
    or, go to a long webpage (e.g. ebay and set the search results to 200. then just use your cursor to scroll down the page) and you'll see the same problem.
    hurry firefox... fix this annoying problem. i've been a happy and loyal FF user for at least 5 years

  • 2 minutes ago I was on a page in the community that had content 2 seconds ago, 1 minute ago etc. Now I can't find it. I see 1 hour ago, 4 hours ago... How do I get back to that page.

    2 minutes ago I was on a page in the community that had content 2 seconds ago, 1 minute ago etc. Now I can't find it. I see 1 hour ago, 4 hours ago... How do I get back to that page.

    Hi Terry,
    2 minutes ago I was on a page in the community that had content 2 seconds ago, 1 minute ago etc. Now I can't find it. I see 1 hour ago, 4 hours ago... How do I get back to that page.
    When you say "2 minutes ago" was that literally 2 minutes ago, or did the page stay idle for some time? The page does not automatically update and continues to show the times of posts when last opened. If you leave the page and return to it, it will then update (reload) with new elapsed times.
    Questions and replies come thick and fast. Perhaps the thread has been pushed down the page by newer posts. It could have been pushed to another page. Click on the Next button (top and bottom of page). "Next" is actually older posts (they are stored in descending time order).
    Have you followed suggestions by b j t and ~Bee?
    Regards,
    Ian.

  • Rounding off to nearest whole number without condition

    hi,
    i want to round a real number to an integer value,,wihout any conditions like
    10.01 should be 11
    10.1 should be 11 and like that
    is it posible to do it?
    thanks in advance.
    amit

    It doesn't look like you are trying to round to the nearest whole number here. It looks like you are trying to find the smallest integer value that is greater than or equal to the real number. If so, you would want to use the CEIL function (i.e.
      1  SELECT CEIL(10.01)
      2*   FROM dual
    SCOTT @ hp92 Local> /
    CEIL(10.01)
             11Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Firefox 3.6.3 segfaults between 10 seconds and 1 minute after starting

    Yesterday, some of my addons updated (I can't remember which). Everything was fine until about an hour ago firefox segfaulted (with three windows and ~90 tabs it does this occasionally).
    Now, firefox segfaults between 10 seconds and 1 minute after starting to load. Even with no restored session - just the moz homepage as the single tab, even in safemode.
    I'm using firefox 3.6.3 on an AMD-64 machine running Kubuntu Jaunty (9.04) KDE3 version.
    == Troubleshooting information ==
    I don't know how to find all but includes past modern theme, googlebar, en.gb dictionary (recently installed), session manager, tab mix plus, character identifier, flash and realplayer plugins, super drag and go (I think), add bookmark here (possibly)

    Going back to a profile backup from two days ago has seemingly worked, implying that the problem was the new en-GB language pack so I'll have find out where to report a bug on that.
    This can be marked as solved now by anyone who knows how.

  • I am looking to find out if it is possible in Adobe Muse to have a section on a webpage that will update every 30 seconds or 30 minutes with a snapshot URL From a live webcam stream

    I am looking to find out if it is possible in Adobe Muse to have a section on a webpage that will update every 30 seconds or 30 minutes with a snapshot URL From a live webcam stream

    You can do this via insert HTML , you would need to use the live feed code in Muse page.
    Thanks,
    Sanjit

  • Converting seconds to hours + minutes + seconds

    hey all,
    was just looking for the quickest way to convert seconds to hours + minutes + seconds
    eg, 18084 s is 5h, 1m, 24s.

    You can use the Apache Commons Lang DurationFormatUtils class
    import org.apache.commons.lang.time.*;
    public class SecondsConversion {
         public static void main(String[] args) {
              try {
                   int seconds = 18084;
                   int milliseconds = seconds * 1000;
                   String[] values = DurationFormatUtils.formatDuration(milliseconds, "H m s").split(" ");
                   System.out.println(values[0] + "h " + values[1] + "m " + values[2] + "s ");
              } catch (Exception e) {
                   e.printStackTrace();
    }

  • Audio drops out for a ½ second about every minute

    Hi There,
    I’m wondering if anyone else is experiencing this problem. I have a 3 G with 3.0. When listening to Bluetooth audio through the SYNC system of my Ford Focus, the audio drops out for a ½ second about every minute. It does this persistently.
    Any fixes?

    My 3GS seems to have an occasional dropout using A2DP with my Kenwood head unit, but I don't think it ever happened with my 3G (both running OS 3.0). It seems like some kind of a latency issue between the iphone and the head unit.

  • Flash games freeze for some seconds every some minutes

    I just had a stupid moment and upgraded from Firefox 22 to 30 yesterday. I know every version adds problems and removes features, but I wanted check what is the current status.
    Now, Firefox 30 freezes flash games for some seconds every some minutes. Of course, with the 22 this never happened.
    The computer is identical, only Firefox is changed.
    Considering the level of the answers here, I in advance say:
    * no there are no viruses or malwares - I said only Firefox is changed
    * yes I cleared cache cookies and other stuff people say when they do not know what else to say
    * yes flash is the same version
    * I have no theme and the addons are the same of the old version
    * I could care less about safe mode. The old version never saw safe mode and it worked fine
    Maybe there is some stupid about config setting for which Firefox want an useless disk access? something new in the version 30 I mean.
    Maybe version 30 is become so inefficient that when it updates the cache it freezes totally?
    I have last faint hope for some real practical suggestion, for which I thank in advance.
    With FF 22 I could play flash games for hours without problems, with v 30 I need to close it every hour otherwise it takes so much RAM (up to 2 GB) it totally hangs. But hey they removed the download window, they say "use an addon". When the RAM is totally out, they say "you have too many addons". Wonder why. Next time we will need an addon for supporting images?

    Hi zzzz1,
    This is a really good question. It has been a while since I have tried version 22, but you have mentioned most of the recommended troubleshooting steps including: malware, clearing cache(offline), updating flash, safe mode and no new add ons.
    I wonder if the new version has different system requirements.
    [https://www.mozilla.org/en-US/firefox/22.0/system-requirements/ version 22][https://www.mozilla.org/en-US/firefox/30.0/system-requirements/ version 30]- No.
    There are add ons that optimize cache size and block flash content, as well as Ad block plus which blocks some scripts running in the browser. These could minimize the 2GB of Ram.
    In all practicality, have you tried reinstalling Flash or clearing the actual flash cache. This may mess with online game storage though, so maybe not.
    Have you tried a new profile? [[Using Multiple Profiles]]

  • Why does my Quicktime 7.5.5 make my five minute KeyNote presentation into a 6 min. movie?

    Why does my Quicktime 7.5.5 make my five minute Keynote presention into a 6 min. movie?

    Why does my Quicktime 7.5.5 make my five minute Keynote presention into a 6 min. movie?

  • What would cause both Thunderbird & Firefox keep going out of focus from a few seconds to a minute?

    Not happening in any other browsers or programs. Just Thunderbird and Firefox. Can hardly stand to handle my email in Thunderbird anymore. It's like the visuals are shifting and get too blurry to read. Lasts from a few seconds to a minute or more.

    See my answer here https://support.mozilla.org/en-US/questions/1012145

Maybe you are looking for

  • Is there a way to have iCloud NOT sync rules in Mountain Lion Mail?

    My wife and I each have our own MacBook Pro on Mountain Lion and we share an iPad on iOS 6. We use OS X Mail as our mail client for our accounts on our ISP mail service.  We have iCloud enabled on all three devices but we have Mail disabled on all th

  • How do I get Verizon to move on my old phone number message

    It has been over a week, 2 hours on the phone with verizon (yes 2 hours) and many promises to put the proper, "... the new number is ..." rather than the incorrect "... this line is no longer in service or disconnected".  I stayed with verizon rather

  • Simultaneously video to AppleTV and audio to Express?

    Hi All, can I simultaneously stream the video output of a movie on iTunes to my projector connected to an AppleTV and the audio output of the movie to speakers connected to Airport Express? When I try to use multiple speakers in iTunes on my Mac it d

  • Sends: Prefader + Post pan

    Is it possible to set a channel strip to Prefader as well as Post pan? Or is there a tricksy way to acheive the same effect? I want to send all my orchestral instrument tracks to one aux to manipulate as a single track. I did this by sending all the

  • N86 phonebook problem when install conversation 9....

    Hi.. I've installed nokia conversation using automatic update on the phone.. but now the phonebook hang... when I click on phonebook it opens but after 1 second it close automatically.. I've uninstalled it and everything works well.. why?