F
Frank Dulk
I need to know the no. of hours and minutes among two dates. I made like
this a consultation:
Expr2:
Int(((CData([Data_fim]+[Hora_Fim])-CData([Data_inicio]+[hora_inicio])))*24)
But it didn't work. Until it comes back me the number of hours, but I need
that also come back me the minutes:
For instance:
Data_inicio:10/11/2003
Hora_inicio: 15:10
Data_fim: 10/11/2003
Hora_fim: 18:30
Wanted answer: 3,20 (3 hour and 20 minutes)
Given answer: 3
Or be it ignores the minutes.
this a consultation:
Expr2:
Int(((CData([Data_fim]+[Hora_Fim])-CData([Data_inicio]+[hora_inicio])))*24)
But it didn't work. Until it comes back me the number of hours, but I need
that also come back me the minutes:
For instance:
Data_inicio:10/11/2003
Hora_inicio: 15:10
Data_fim: 10/11/2003
Hora_fim: 18:30
Wanted answer: 3,20 (3 hour and 20 minutes)
Given answer: 3
Or be it ignores the minutes.