Re: available times?

This WebDNA talk-list message is from

2003


It keeps the original formatting.
numero = 52854
interpreted = N
texte = I think I am being an idiot. I do believe the Range Search will do what we want. I will post a follow up in a few minutes. ----- Original Message ----- From: "WebDna @" To: "WebDNA Talk" Sent: Saturday, September 13, 2003 9:56 AM Subject: Re: available times? > Yeah I thought about using epoch, but it still has the same exact issues. > > I cannot figure out the comparisons for the searches or showifs or whatever. > > If the time is in the middle of a scheduled meeting: request_start(or > end)_time=1300 (1pm o'clock) > > Scheduled meeting 1200 - 1400 > > A range search would find this. But what of when the requested start time is > 1100 and the requested end is 1500? The times are not in the scheduled so it > will not see it. > > This does not matter if I am searching 1-23 jsut as numbers or epoch as > 63230579052. > > scheduled: 5-7 > want a 4 to 8 breaks. > > Scheduled: 63230579052 - 63230579102 > want a 63230579050 - 63230579103 breaks > > And then once I get this comparison to work I have to make it part of the > larger check some how. I am afraid I am making this too complex, but then > again I have that habit. > > Please do not take this as me being rude. Email loses alot of tone. I am > appreciative of any assistance on this. > > > > ----- Original Message ----- > From: "Donovan" > To: "WebDNA Talk" > Sent: Saturday, September 13, 2003 9:37 AM > Subject: Re: available times? > > > > WebDna @ wrote: > > > It is a custom build and new, so modifications are welcomed. > > > > Ron I would do a date and time as seconds since epoch. you will > > never have problems with this (that I know of). > > > > Tell the user to select a date and time of the meating. > > > > convert it to one number > > > > REF: http://www.euca.us/admin/tests/sectodays.html > > > > And then compare by a num range search. > > If the num (date/time in sec) requested is between a meeting that is > > already scheduled then the user will have to pick another time. > > > > You will have precision down to seconds. > > Donovan > > > > > > -- > > =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o > > DONOVAN D. BROOKE > > Eucalyptus Design > > Developer / Consultant > > <-Web Development (specializing in eCommerce), -> > > <-Graphic Design, and Pre-Press Consultation -> > > > > ADDRESS:> Donovan Brooke > > DBA Eucalyptus Design > > P.O. Box 260153 > > Madison, WI 53726-0153 > > > > PH:> 1.608.592.3567 > > email:> dbrooke@euca.us > > Web:> http://www.euca.us > > =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o > > > > > > ------------------------------------------------------------- > > This message is sent to you because you are subscribed to > > the mailing list . > > To unsubscribe, E-mail to: > > To switch to the DIGEST mode, E-mail to > > > Web Archive of this list is at: http://webdna.smithmicro.com/ > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: available times? ( "WebDna @" 2003)
  2. Re: available times? ( Tim Robinson 2003)
  3. Re: available times? ( Tim Robinson 2003)
  4. Re: available times? ( "Gary Krockover" 2003)
  5. Re: available times? ( "Gary Krockover" 2003)
  6. Re: available times? ( Donovan 2003)
  7. Re: available times? ( "WebDna @" 2003)
  8. Re: available times? ( "WebDna @" 2003)
  9. Re: available times? ( Donovan 2003)
  10. Re: available times? ( "WebDna @" 2003)
  11. Re: available times? ( "Gary Krockover" 2003)
  12. Re: available times? ( "WebDna @" 2003)
  13. Re: available times? ( Donovan 2003)
  14. Re: available times? ( "WebDna @" 2003)
  15. Re: available times? ( Donovan 2003)
  16. Re: available times? ( "WebDna @" 2003)
  17. Re: available times? ( Tim Robinson 2003)
  18. available times? ( "WebDna @" 2003)
I think I am being an idiot. I do believe the Range Search will do what we want. I will post a follow up in a few minutes. ----- Original Message ----- From: "WebDna @" To: "WebDNA Talk" Sent: Saturday, September 13, 2003 9:56 AM Subject: Re: available times? > Yeah I thought about using epoch, but it still has the same exact issues. > > I cannot figure out the comparisons for the searches or showifs or whatever. > > If the time is in the middle of a scheduled meeting: request_start(or > end)_time=1300 (1pm o'clock) > > Scheduled meeting 1200 - 1400 > > A range search would find this. But what of when the requested start time is > 1100 and the requested end is 1500? The times are not in the scheduled so it > will not see it. > > This does not matter if I am searching 1-23 jsut as numbers or epoch as > 63230579052. > > scheduled: 5-7 > want a 4 to 8 breaks. > > Scheduled: 63230579052 - 63230579102 > want a 63230579050 - 63230579103 breaks > > And then once I get this comparison to work I have to make it part of the > larger check some how. I am afraid I am making this too complex, but then > again I have that habit. > > Please do not take this as me being rude. Email loses alot of tone. I am > appreciative of any assistance on this. > > > > ----- Original Message ----- > From: "Donovan" > To: "WebDNA Talk" > Sent: Saturday, September 13, 2003 9:37 AM > Subject: Re: available times? > > > > WebDna @ wrote: > > > It is a custom build and new, so modifications are welcomed. > > > > Ron I would do a date and time as seconds since epoch. you will > > never have problems with this (that I know of). > > > > Tell the user to select a date and time of the meating. > > > > convert it to one number > > > > REF: http://www.euca.us/admin/tests/sectodays.html > > > > And then compare by a num range search. > > If the num (date/time in sec) requested is between a meeting that is > > already scheduled then the user will have to pick another time. > > > > You will have precision down to seconds. > > Donovan > > > > > > -- > > =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o > > DONOVAN D. BROOKE > > Eucalyptus Design > > Developer / Consultant > > <-Web Development (specializing in eCommerce), -> > > <-Graphic Design, and Pre-Press Consultation -> > > > > ADDRESS:> Donovan Brooke > > DBA Eucalyptus Design > > P.O. Box 260153 > > Madison, WI 53726-0153 > > > > PH:> 1.608.592.3567 > > email:> dbrooke@euca.us > > Web:> http://www.euca.us > > =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o > > > > > > ------------------------------------------------------------- > > This message is sent to you because you are subscribed to > > the mailing list . > > To unsubscribe, E-mail to: > > To switch to the DIGEST mode, E-mail to > > > Web Archive of this list is at: http://webdna.smithmicro.com/ > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ "WebDna @"

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

[WAY OFF TOPIC] anybody live in Kansas? (2003) Location of Webcat site in folder hierarchy (1997) [WebDNA] search command problem (2009) 2.1b3 --> way slow (1997) Install Webcatalog under NT4.0 and Microsoft IIS 2.0 (1997) Navigator 4.01 (1997) Problems getting parameters passed into email. (1997) WebCat editing, SiteGuard & SiteEdit (1997) Bug? (1997) Cross OS Compatible HTML emailing (2003) Webstar 1.3.1 PPC (1997) emailer (1997) Re:Help name our technology! (1997) Location of Browser Info.txt file (1997) Where is the secure setting for text variables? (2003) WebCat2 - Getting to the browser's username/password data (1997) Sendmail truncation in Eudora Clients (1998) WebCat2b12 - New features for 1.6 users ... (1997) remotely creating and populating a stock inventory db - almost there! (1999) WebMerchant and PCAuthorize (1998)