Hello Fullen,
Assuming you'd like the number of days in the selected fiscal period, the easiest way is to retrieve the starting and ending dates for the period, subtract them and add 1. The formula to do this would be:
=(ADGET("gldates.END","C"&FPERIOD())-ADGET("gldates.START","C"&FPERIOD()))+1