cancel
Showing results for 
Search instead for 
Did you mean: 

Get value of current date time in a service layer query

0 Kudos

Good morning i have to filter on the current date in a service layer query. Something like :

https://xxx:50000/b1s/v1/Items?$select=ItemCode,ItemName,ForeignName,UpdateDate,UpdateTime&$filter=U... gt CURRENT_DATE &$orderby=ItemCode

CURRENT_DATE seems to not be the good solution. Is there any other solution ?

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Yes I did !!

former_member419030
Active Participant
0 Kudos

Dear Jérémie SIONNEAU,

Have you try with GETDATE() ?