Version: 7.5.7.1 (X86_64) / LibreOffice Community
Build ID: 47eb0cf7efbacdee9b19ae25d6752381ede23126
CPU threads: 4; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: pt-BR (pt_BR.UTF-8); UI: pt-BR
Calc: threaded
I’m writting a macro in LO Base, and in the middle of this macro I need to check if a date is bigger than another date, I tried if date1 > date2, but is this case it only considers the days, so if date1 is 31/12/2021 and date2 is 23/06/2023, date1 will be bigger because, 31 is bigger than 23. Is there a function that can understand that (in this case) date2 is greater than date1?