hello everyone

how can i mask a date using [mm/dd/yyyy] and [mm/dd/yy] format in textbox in java?..

and how can i also mask the amount of money using[###,###,###.##] this format?..

thanks!

Recommended Answers

All 7 Replies

i already tried that one...

but i need the masking for searching some data in my file....

thanks

i already tried that one...

but i need the masking for searching some data in my file....

thanks

Can you elaborate that please?

Can you elaborate that please?

my issue here is that i do have a text file where it is consist of dates and amount...

the format is [mm/dd/yyyy] for date
and for the amount is [###,###,###.##]

how can i mask the textbox for searching the date and amount for my text file?

thanks for the help!^_^

how can i mask the textbox for searching the date and amount for my text file?

This still doesn't make any sense.
What is the format of your file. Based on what you say why don't you read the file line by line and then do whatever you want?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.