Display Native controls in ionic template

Is it possible to display native controls in ionic template (by writing native code or something)?
I would like to display ios native date picker, but not In popup, rather as a control on a page. Android counter part would be to display Andriod date picker.
I suppose that I should write some kind of directive which will invoke native code at some point?