Search found 26 matches: ampm

Return to advanced search

Re: chatGPT writes and executes Harbour code !!!

... Mary used the CDOW keyword to check the day of the week and the DATE keyword to make sure it was indeed Christmas Eve. She then used the AMPM keyword to determine the appropriate time to leave for the party. With everything in order, Mary packed up her computer and headed out the door. ...
by Jimmy
Mon Dec 26, 2022 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2872

Re: Como puedo poner el reloj analogico de windows en dialogo

... oTimerRelog ;ACTION oDlg:Say( 31, 103.2, Time(), ;CLR_YELLOW, CLR_BLACK,, .F. )ACTIVATE TIMER oTimerRelog Me auto contesto con AMPM() funciona :mrgreen: DEFINE TIMER oTimerRelog ;ACTION oDlgAlbum:Say( 42, 01.2, AMPM(Time()), ;CLR_BLACK, CLR_WHITE,, .F. )ACTIVATE ...
by AIDA
Mon Feb 22, 2021 9:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como puedo poner el reloj analogico de windows en dialogo
Replies: 2
Views: 856

Re: buildH.BAT more than 1 PRG ?

hi Antonio, THX, that is what i need for CMD Box. :D --- have try it "exact" that Way but got a lot of unknown function(s) Lines 647, Functions/Procedures 7 Generating C source output to 'R:\Temp\hbmk_qq6xab.dir\XBASE.c'... Done. R:\Temp\hbmk_qq6xab.dir\CLICK2.c: R:\Temp\hbmk_qq6xab.dir\CM...
by Jimmy
Sat Dec 21, 2019 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: buildH.BAT more than 1 PRG ?
Replies: 4
Views: 890

Re: funciones de FWH y Harbour en un archivo .txt

... Alias([<nWorkarea>])->cAlias AllTrim(<cString>)->cTrimString AltD([<nAction>])->Nil AmPm(<cTime>)->cFormattedTime AnsiToHtml(<cAnsiString>)->cHtmlString Array(<nElements>,[<nElements>,...])->aArray Asc(<cExp>)->nCode ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5726

Re: funciones de FWH y Harbour en un archivo .txt

... ADSLocking ADSRefreshAOF ADSRightsCheck ADSSetAOF ADSStmtSetTableReadOnly AEval AFields AFill AfterAtNum AIns ALenAlloc Alert Alias AllTrim AltD AmPm AnsiToHtml Array Asc AScan ASCIISum AscPos ASin ASize ASizeAlloc ASort At AtAdjust ATail ATan ATn2 AtNum AtRepl AtSkipStrings AtToken BeforAtNum ...
by carlos vargas
Sat Oct 21, 2017 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5726

Re: Saber si es AM o PM * SOLUCIONADO *

... and convert it to the other, then do the calculation. Lucky for us, both Harbour and xHarbour already have a function to convert military time to AMPM format (jbrita already pointed this out above). It is ampm( cMilitaryTime ). Here are the results: msgInfo( ampm("24:00") ) // returns ...
by joseluisysturiz
Thu Sep 28, 2017 3:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber si es AM o PM * SOLUCIONADO *
Replies: 11
Views: 2232

Re: Saber si es AM o PM * SOLUCIONADO *

... and convert it to the other, then do the calculation. Lucky for us, both Harbour and xHarbour already have a function to convert military time to AMPM format (jbrita already pointed this out above). It is ampm( cMilitaryTime ). Here are the results: msgInfo( ampm("24:00") ) // returns ...
by James Bott
Wed Sep 27, 2017 10:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber si es AM o PM * SOLUCIONADO *
Replies: 11
Views: 2232

Re: Saber si es AM o PM * SOLUCIONADO *

PRUEBA ASI ? AmPm("13:14:00") && Result: 1:14:00 pm ? AmPm("09:15:00") && Result: 09:15:00 am --------------------------------- Source Code ------------------------------ FUNCTION AmPm PARAMETERS ...
by jbrita
Tue Sep 26, 2017 1:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber si es AM o PM * SOLUCIONADO *
Replies: 11
Views: 2232

Re: Programming with ADO, recordsets

... ( not sure about harbour ) date\time is a new ValType "T" which ( as you probably know ) looks something like this : mm:dd:yyyy H:M:S ampm ( generally speaking ) To save a Date variable to SQl Date\Time you can simply do it like this : dDate := Date()oRs:Fields("YourDateField"):Value ...
by Rick Lipkin
Fri Jun 19, 2015 1:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Programming with ADO, recordsets
Replies: 6
Views: 1053

Re: Harbour-32.dll

EXPORTS HB_FUN_AADD @1 HB_FUN_ABS @2 HB_FUN_ACCELERATO @3 HB_FUN_ACCELERATOR @4 HB_FUN_ACHOICE @5 HB_FUN_ACLONE @6 HB_FUN_ACOPY @7 HB_FUN_ADEL @8 HB_FUN_ADIR @9 HB_FUN_AEVAL @10 HB_FUN_AFIELDS @11 HB_FUN_AFILL @12 HB_FUN_AINS @13 HB_FUN_ALERT @14 HB_FUN_ALIAS @15 HB_FUN_ALLTRIM @16 HB_FUN_ALTD @17 H...
by pgfdz
Fri May 29, 2015 8:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour-32.dll
Replies: 5
Views: 2369

Set Message CLOCK format

Antonio

When you define a Set Message and use the CLOCK clause .. would it be possible to have an option to select Military time or standard time as in

16:05:14 HH:MM:Seconds
to
4:05 PM HH:MM AmPm

It would be a nice enhancement to be able to choose your Clock format.

Thanks
Rick Lipkin
by Rick Lipkin
Fri Mar 06, 2015 9:07 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: Set Message CLOCK format
Replies: 0
Views: 789

Lista de funciones de [x]harbour con sus parametros para edi

... ) -> nChoice Alias([<nWorkarea>]) -> cAlias AllTrim(<cString>) -> cTrimString AltD([<nAction>]) -> Nil AmPm(<cTime>) -> cFormattedTime AnsiToHtml(<cAnsiString>) -> cHtmlString ACos(<nRadians>) -> nArcCosine ASin(<nRadians>) ...
by carlos vargas
Wed Feb 11, 2015 2:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lista de funciones de [x]harbour con sus parametros para edi
Replies: 2
Views: 1045

Re: TSAYTIMER

Aqui la modificación para que sea en AMPM y hora corta Proprocesado (saytimer.ch) #ifndef _SAYTIMER_CH#define _SAYTIMER_CH/*----------------------------------------------------------------------------*/#xcommand REDEFINE SAYTIMER           ...
by wmormar
Fri Sep 30, 2011 5:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TSAYTIMER
Replies: 39
Views: 20429

Re: Manual sobre pictures

... ? ElapTime("03:02:01", "09:09:09") // 06:07:08 ? ElapTime("09:05:12", "23:10:07") // 14:04:55 ? Time24(), AmPm(Time24()) SetAMExt(" am") SetPMExt(" pm") SetAmPm(TRUE) ? Today(), DToS(Today()), DToC(Today()), DoW(Today()), Day(Today()), ...
by QAZWSX2K
Wed Jul 27, 2011 5:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Manual sobre pictures
Replies: 7
Views: 1895

Re: Como indicarle que lleve formato de 24 horas en xharbou

Hola

Prueba con la Funcion AMPM

Code: Select all  Expand view
alert( AMPM( time() ) )
by Patricio Avalos Aguirre
Mon Aug 30, 2010 5:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como indicarle que lleve formato de 24 horas en xharbou
Replies: 2
Views: 500
Next

Return to advanced search