How to split for example this string

12.2.2009,21.2.2009,20.9.2019

So, coma (,) is most important.

So, I want to fill listbox with this strings, and split between comas.

12.2.2009
21.2.2009
20.9.2019

The number of string is not definite.

Thanks!