To do this in a VB Expression use DateDiff and set the interval to return the result in weeks.
Or you can use datediff in SQL (it works much the same way see BOL) if you need the result in the dataset. I prefer to do this as it keeps the logic together.