[Yii2] Simple link that open datepicker and set hidden field in my form

Hi all, i’m using Kartik DatePicker into my form and it works fine.

But now i want to substitute the datepicker element with a simple text link because i must gain space on my web page.

So i think to implement a solution into my form, where i suggest a date into an href link and if the user want to change it, click on the link and pops up a datepicker.

When the user set the new date, the text into the href link change and also an hidden field in the form.

What is the best solution to do this? Must i write all in javascript code?

thank’s for any help/idea/suggestion