Opensearch Notebooks - Date format

Is it possible to add current date in a notebook by any known method (visualization, code block)?
I’ve used sql query ( SELECT curdate() as date FROM _all LIMIT 1) but can you recommend a more elegant way?