Friday, October 25, 2013

ZK How to hide Calendar box from Calendar Component?

Here issue is that i want to show date like DD/MM/YYYY order in zk textbox but here i do not want to show the calendar or we can say i do not want to give freedom to choose date from From zk Calendar how we can resolve this issue ?
Here we can say we have two option
1-We can write a Type Converter class and use in label you can see example here Databinding-with-TypeConverter-sample
2-There is another option, use datebox with buttonVisible="false" attribute.